Class: Nmea::Config
- Inherits:
-
Object
- Object
- Nmea::Config
- Defined in:
- lib/nmea_gps/config.rb
Class Attribute Summary collapse
-
.time_zone ⇒ Object
Returns the value of attribute time_zone.
Class Method Summary collapse
Class Attribute Details
.time_zone ⇒ Object
Returns the value of attribute time_zone.
4 5 6 |
# File 'lib/nmea_gps/config.rb', line 4 def time_zone @time_zone end |
Class Method Details
.time_zone_list ⇒ Object
6 7 8 |
# File 'lib/nmea_gps/config.rb', line 6 def time_zone_list TZInfo::Timezone.all_identifiers end |