Class: NSClient::Station
- Inherits:
-
Object
- Object
- NSClient::Station
- Defined in:
- lib/ns_client.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#country ⇒ Object
Returns the value of attribute country.
-
#lat ⇒ Object
Returns the value of attribute lat.
-
#long ⇒ Object
Returns the value of attribute long.
-
#long_name ⇒ Object
Returns the value of attribute long_name.
-
#name ⇒ Object
Returns the value of attribute name.
-
#short_name ⇒ Object
Returns the value of attribute short_name.
-
#synonyms ⇒ Object
Returns the value of attribute synonyms.
-
#type ⇒ Object
Returns the value of attribute type.
-
#uiccode ⇒ Object
Returns the value of attribute uiccode.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
230 231 232 |
# File 'lib/ns_client.rb', line 230 def code @code end |
#country ⇒ Object
Returns the value of attribute country.
230 231 232 |
# File 'lib/ns_client.rb', line 230 def country @country end |
#lat ⇒ Object
Returns the value of attribute lat.
230 231 232 |
# File 'lib/ns_client.rb', line 230 def lat @lat end |
#long ⇒ Object
Returns the value of attribute long.
230 231 232 |
# File 'lib/ns_client.rb', line 230 def long @long end |
#long_name ⇒ Object
Returns the value of attribute long_name.
230 231 232 |
# File 'lib/ns_client.rb', line 230 def long_name @long_name end |
#name ⇒ Object
Returns the value of attribute name.
230 231 232 |
# File 'lib/ns_client.rb', line 230 def name @name end |
#short_name ⇒ Object
Returns the value of attribute short_name.
230 231 232 |
# File 'lib/ns_client.rb', line 230 def short_name @short_name end |
#synonyms ⇒ Object
Returns the value of attribute synonyms.
230 231 232 |
# File 'lib/ns_client.rb', line 230 def synonyms @synonyms end |
#type ⇒ Object
Returns the value of attribute type.
230 231 232 |
# File 'lib/ns_client.rb', line 230 def type @type end |
#uiccode ⇒ Object
Returns the value of attribute uiccode.
230 231 232 |
# File 'lib/ns_client.rb', line 230 def uiccode @uiccode end |