Class: Nesstar::Catalog
- Inherits:
-
Object
- Object
- Nesstar::Catalog
- Defined in:
- lib/nesstar-api/catalog.rb
Overview
A Nesstar catalog object, can contain 1 or more studies (ie datasets)
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#label ⇒ Object
Returns the value of attribute label.
-
#nesstar_id ⇒ Object
Returns the value of attribute nesstar_id.
-
#nesstar_uri ⇒ Object
Returns the value of attribute nesstar_uri.
-
#studies ⇒ Object
Returns the value of attribute studies.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/nesstar-api/catalog.rb', line 5 def description @description end |
#label ⇒ Object
Returns the value of attribute label.
5 6 7 |
# File 'lib/nesstar-api/catalog.rb', line 5 def label @label end |
#nesstar_id ⇒ Object
Returns the value of attribute nesstar_id.
5 6 7 |
# File 'lib/nesstar-api/catalog.rb', line 5 def nesstar_id @nesstar_id end |
#nesstar_uri ⇒ Object
Returns the value of attribute nesstar_uri.
5 6 7 |
# File 'lib/nesstar-api/catalog.rb', line 5 def nesstar_uri @nesstar_uri end |
#studies ⇒ Object
Returns the value of attribute studies.
5 6 7 |
# File 'lib/nesstar-api/catalog.rb', line 5 def studies @studies end |