Class: Nesstar::Study

Inherits:
Object
  • Object
show all
Defined in:
lib/nesstar-api/study.rb

Overview

Contains a set of variables and belongs to a catalog

Instance Attribute Summary collapse

Instance Attribute Details

#abstractObject

Returns the value of attribute abstract.



6
7
8
# File 'lib/nesstar-api/study.rb', line 6

def abstract
  @abstract
end

#datesObject

Returns the value of attribute dates.



6
7
8
# File 'lib/nesstar-api/study.rb', line 6

def dates
  @dates
end

#idObject

Returns the value of attribute id.



6
7
8
# File 'lib/nesstar-api/study.rb', line 6

def id
  @id
end

#nesstar_idObject

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_uriObject

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_procedureObject

Returns the value of attribute sampling_procedure.



6
7
8
# File 'lib/nesstar-api/study.rb', line 6

def sampling_procedure
  @sampling_procedure
end

#titleObject

Returns the value of attribute title.



6
7
8
# File 'lib/nesstar-api/study.rb', line 6

def title
  @title
end

#variablesObject

Returns the value of attribute variables.



6
7
8
# File 'lib/nesstar-api/study.rb', line 6

def variables
  @variables
end

#weightObject

Returns the value of attribute weight.



6
7
8
# File 'lib/nesstar-api/study.rb', line 6

def weight
  @weight
end