Class: NSClient::Station

Inherits:
Object
  • Object
show all
Defined in:
lib/ns_client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code.



230
231
232
# File 'lib/ns_client.rb', line 230

def code
  @code
end

#countryObject

Returns the value of attribute country.



230
231
232
# File 'lib/ns_client.rb', line 230

def country
  @country
end

#latObject

Returns the value of attribute lat.



230
231
232
# File 'lib/ns_client.rb', line 230

def lat
  @lat
end

#longObject

Returns the value of attribute long.



230
231
232
# File 'lib/ns_client.rb', line 230

def long
  @long
end

#long_nameObject

Returns the value of attribute long_name.



230
231
232
# File 'lib/ns_client.rb', line 230

def long_name
  @long_name
end

#nameObject

Returns the value of attribute name.



230
231
232
# File 'lib/ns_client.rb', line 230

def name
  @name
end

#short_nameObject

Returns the value of attribute short_name.



230
231
232
# File 'lib/ns_client.rb', line 230

def short_name
  @short_name
end

#synonymsObject

Returns the value of attribute synonyms.



230
231
232
# File 'lib/ns_client.rb', line 230

def synonyms
  @synonyms
end

#typeObject

Returns the value of attribute type.



230
231
232
# File 'lib/ns_client.rb', line 230

def type
  @type
end

#uiccodeObject

Returns the value of attribute uiccode.



230
231
232
# File 'lib/ns_client.rb', line 230

def uiccode
  @uiccode
end