Class: SmoSepaKiwis::Station
- Inherits:
-
Struct
- Object
- Struct
- SmoSepaKiwis::Station
- Defined in:
- lib/smo_sepa_kiwis/station.rb
Instance Attribute Summary collapse
-
#catchment ⇒ Object
Returns the value of attribute catchment.
-
#lat ⇒ Object
Returns the value of attribute lat.
-
#lon ⇒ Object
Returns the value of attribute lon.
-
#name ⇒ Object
Returns the value of attribute name.
-
#no ⇒ Object
Returns the value of attribute no.
-
#river ⇒ Object
Returns the value of attribute river.
Instance Attribute Details
#catchment ⇒ Object
Returns the value of attribute catchment
2 3 4 |
# File 'lib/smo_sepa_kiwis/station.rb', line 2 def catchment @catchment end |
#lat ⇒ Object
Returns the value of attribute lat
2 3 4 |
# File 'lib/smo_sepa_kiwis/station.rb', line 2 def lat @lat end |
#lon ⇒ Object
Returns the value of attribute lon
2 3 4 |
# File 'lib/smo_sepa_kiwis/station.rb', line 2 def lon @lon end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/smo_sepa_kiwis/station.rb', line 2 def name @name end |
#no ⇒ Object
Returns the value of attribute no
2 3 4 |
# File 'lib/smo_sepa_kiwis/station.rb', line 2 def no @no end |
#river ⇒ Object
Returns the value of attribute river
2 3 4 |
# File 'lib/smo_sepa_kiwis/station.rb', line 2 def river @river end |