Class: RGovData::FileService
- Defined in:
- lib/rgovdata/service/file_service.rb
Overview
This is the catalog class that describes a generic file-based service
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Service
Instance Method Summary collapse
-
#dataset_keys ⇒ Object
Returns an array of DataSets (keys) for the service => overrides RGovData::Service.dataset_keys.
Methods inherited from Service
#credentialset, #datasets, #find, #get_dataset, get_instance, #initialize, #meta_attributes, #realm, #service_key, #transport, #type, #uri
Methods included from Dn
#attributes, #id, #initialization_hash, #meta_attributes, #records, #to_param, #to_s
Methods included from CommonConfig
Constructor Details
This class inherits a constructor from RGovData::Service
Instance Method Details
#dataset_keys ⇒ Object
Returns an array of DataSets (keys) for the service
> overrides RGovData::Service.dataset_keys
6 7 8 |
# File 'lib/rgovdata/service/file_service.rb', line 6 def dataset_keys [type] end |