Class: RGovData::FileService

Inherits:
Service
  • Object
show all
Defined in:
lib/rgovdata/service/file_service.rb

Overview

This is the catalog class that describes a generic file-based service

Direct Known Subclasses

CsvService

Instance Attribute Summary

Attributes inherited from Service

#native_instance, #options

Instance Method Summary collapse

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

#config, #require_config_file

Constructor Details

This class inherits a constructor from RGovData::Service

Instance Method Details

#dataset_keysObject

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