Class: ArcREST::Catalog
Overview
a catalog of services
Constant Summary
Constants inherited from Server
Server::BAD_ENDPOINT, Server::REGEX
Instance Attribute Summary collapse
-
#folders ⇒ Object
readonly
Returns the value of attribute folders.
-
#services ⇒ Object
readonly
Returns the value of attribute services.
Attributes inherited from Server
Instance Method Summary collapse
-
#initialize(url) ⇒ Catalog
constructor
A new instance of Catalog.
Constructor Details
#initialize(url) ⇒ Catalog
Returns a new instance of Catalog.
6 7 8 9 10 |
# File 'lib/arcrest/catalog.rb', line 6 def initialize(url) super @folders = folders_ @services = services_ end |
Instance Attribute Details
#folders ⇒ Object (readonly)
Returns the value of attribute folders.
4 5 6 |
# File 'lib/arcrest/catalog.rb', line 4 def folders @folders end |
#services ⇒ Object (readonly)
Returns the value of attribute services.
4 5 6 |
# File 'lib/arcrest/catalog.rb', line 4 def services @services end |