Class: Mediaflux::CollectionListRequest
- Defined in:
- app/models/mediaflux/collection_list_request.rb
Instance Attribute Summary
Attributes inherited from Request
Class Method Summary collapse
-
.default_namespace ⇒ String
Specifies the default namespace to use when listing Collections.
-
.service ⇒ String
Specifies the Mediaflux service to use when listing Collections.
Methods inherited from Request
build_post_request, default_xml_namespace, default_xml_namespace_uri, #error?, find_or_create_http_client, format_date_for_mediaflux, #initialize, request_path, #resolve, #resolved?, #response_body, #response_error, #response_xml, uri, #xml_payload, #xtoshell_xml
Constructor Details
This class inherits a constructor from Mediaflux::Request
Class Method Details
.default_namespace ⇒ String
Specifies the default namespace to use when listing Collections
6 7 8 |
# File 'app/models/mediaflux/collection_list_request.rb', line 6 def self.default_namespace "tigerdata" end |
.service ⇒ String
Specifies the Mediaflux service to use when listing Collections
12 13 14 |
# File 'app/models/mediaflux/collection_list_request.rb', line 12 def self.service "asset.collection.list" end |