Class: SmoSepaKiwis::Timeseries
- Inherits:
-
Struct
- Object
- Struct
- SmoSepaKiwis::Timeseries
- Defined in:
- lib/smo_sepa_kiwis/timeseries.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.
-
#station_no ⇒ Object
Returns the value of attribute station_no.
-
#ts_id ⇒ Object
Returns the value of attribute ts_id.
-
#ts_name ⇒ Object
Returns the value of attribute ts_name.
-
#ts_path ⇒ Object
Returns the value of attribute ts_path.
Instance Attribute Details
#coverage_from ⇒ Object
Returns the value of attribute coverage_from
2 3 4 |
# File 'lib/smo_sepa_kiwis/timeseries.rb', line 2 def coverage_from @coverage_from end |
#coverage_to ⇒ Object
Returns the value of attribute coverage_to
2 3 4 |
# File 'lib/smo_sepa_kiwis/timeseries.rb', line 2 def coverage_to @coverage_to end |
#station_no ⇒ Object
Returns the value of attribute station_no
2 3 4 |
# File 'lib/smo_sepa_kiwis/timeseries.rb', line 2 def station_no @station_no end |
#ts_id ⇒ Object
Returns the value of attribute ts_id
2 3 4 |
# File 'lib/smo_sepa_kiwis/timeseries.rb', line 2 def ts_id @ts_id end |
#ts_name ⇒ Object
Returns the value of attribute ts_name
2 3 4 |
# File 'lib/smo_sepa_kiwis/timeseries.rb', line 2 def ts_name @ts_name end |
#ts_path ⇒ Object
Returns the value of attribute ts_path
2 3 4 |
# File 'lib/smo_sepa_kiwis/timeseries.rb', line 2 def ts_path @ts_path end |