Class: Nesstar::Study
- Inherits:
-
Object
- Object
- Nesstar::Study
- Defined in:
- lib/nesstar-api/study.rb
Overview
Contains a set of variables and belongs to a catalog
Instance Attribute Summary collapse
-
#abstract ⇒ Object
Returns the value of attribute abstract.
-
#dates ⇒ Object
Returns the value of attribute dates.
-
#id ⇒ Object
Returns the value of attribute id.
-
#nesstar_id ⇒ Object
Returns the value of attribute nesstar_id.
-
#nesstar_uri ⇒ Object
Returns the value of attribute nesstar_uri.
-
#sampling_procedure ⇒ Object
Returns the value of attribute sampling_procedure.
-
#title ⇒ Object
Returns the value of attribute title.
-
#variables ⇒ Object
Returns the value of attribute variables.
-
#weight ⇒ Object
Returns the value of attribute weight.
Instance Attribute Details
#abstract ⇒ Object
Returns the value of attribute abstract.
6 7 8 |
# File 'lib/nesstar-api/study.rb', line 6 def abstract @abstract end |
#dates ⇒ Object
Returns the value of attribute dates.
6 7 8 |
# File 'lib/nesstar-api/study.rb', line 6 def dates @dates end |
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/nesstar-api/study.rb', line 6 def id @id end |
#nesstar_id ⇒ Object
Returns the value of attribute nesstar_id.
6 7 8 |
# File 'lib/nesstar-api/study.rb', line 6 def nesstar_id @nesstar_id end |
#nesstar_uri ⇒ Object
Returns the value of attribute nesstar_uri.
6 7 8 |
# File 'lib/nesstar-api/study.rb', line 6 def nesstar_uri @nesstar_uri end |
#sampling_procedure ⇒ Object
Returns the value of attribute sampling_procedure.
6 7 8 |
# File 'lib/nesstar-api/study.rb', line 6 def sampling_procedure @sampling_procedure end |
#title ⇒ Object
Returns the value of attribute title.
6 7 8 |
# File 'lib/nesstar-api/study.rb', line 6 def title @title end |
#variables ⇒ Object
Returns the value of attribute variables.
6 7 8 |
# File 'lib/nesstar-api/study.rb', line 6 def variables @variables end |
#weight ⇒ Object
Returns the value of attribute weight.
6 7 8 |
# File 'lib/nesstar-api/study.rb', line 6 def weight @weight end |