Class: SmoEaHydrology::Measure
- Inherits:
-
Struct
- Object
- Struct
- SmoEaHydrology::Measure
- Defined in:
- lib/smo_ea_hydrology/measure.rb
Instance Attribute Summary collapse
-
#coverage_from ⇒ Object
Returns the value of attribute coverage_from.
-
#coverage_to ⇒ Object
Returns the value of attribute coverage_to.
-
#id ⇒ Object
Returns the value of attribute id.
-
#label ⇒ Object
Returns the value of attribute label.
-
#period_name ⇒ Object
Returns the value of attribute period_name.
-
#station_label ⇒ Object
Returns the value of attribute station_label.
-
#station_reference ⇒ Object
Returns the value of attribute station_reference.
-
#timeseries_id ⇒ Object
Returns the value of attribute timeseries_id.
-
#unit_name ⇒ Object
Returns the value of attribute unit_name.
-
#value_type ⇒ Object
Returns the value of attribute value_type.
Instance Attribute Details
#coverage_from ⇒ Object
Returns the value of attribute coverage_from
4 5 6 |
# File 'lib/smo_ea_hydrology/measure.rb', line 4 def coverage_from @coverage_from end |
#coverage_to ⇒ Object
Returns the value of attribute coverage_to
4 5 6 |
# File 'lib/smo_ea_hydrology/measure.rb', line 4 def coverage_to @coverage_to end |
#id ⇒ Object
Returns the value of attribute id
4 5 6 |
# File 'lib/smo_ea_hydrology/measure.rb', line 4 def id @id end |
#label ⇒ Object
Returns the value of attribute label
4 5 6 |
# File 'lib/smo_ea_hydrology/measure.rb', line 4 def label @label end |
#period_name ⇒ Object
Returns the value of attribute period_name
4 5 6 |
# File 'lib/smo_ea_hydrology/measure.rb', line 4 def period_name @period_name end |
#station_label ⇒ Object
Returns the value of attribute station_label
4 5 6 |
# File 'lib/smo_ea_hydrology/measure.rb', line 4 def station_label @station_label end |
#station_reference ⇒ Object
Returns the value of attribute station_reference
4 5 6 |
# File 'lib/smo_ea_hydrology/measure.rb', line 4 def station_reference @station_reference end |
#timeseries_id ⇒ Object
Returns the value of attribute timeseries_id
4 5 6 |
# File 'lib/smo_ea_hydrology/measure.rb', line 4 def timeseries_id @timeseries_id end |
#unit_name ⇒ Object
Returns the value of attribute unit_name
4 5 6 |
# File 'lib/smo_ea_hydrology/measure.rb', line 4 def unit_name @unit_name end |
#value_type ⇒ Object
Returns the value of attribute value_type
4 5 6 |
# File 'lib/smo_ea_hydrology/measure.rb', line 4 def value_type @value_type end |