Class: GoogleMapsJuice::Timezone::Response
Instance Method Summary
collapse
#error?, #error_message, #limit_error?, #results, #status, #zero_results?
Instance Method Details
#dst_offset ⇒ Object
75
76
77
|
# File 'lib/google_maps_juice/timezone.rb', line 75
def dst_offset
self['dstOffset']
end
|
#raw_offset ⇒ Object
71
72
73
|
# File 'lib/google_maps_juice/timezone.rb', line 71
def raw_offset
self['rawOffset']
end
|
#timezone_id ⇒ Object
63
64
65
|
# File 'lib/google_maps_juice/timezone.rb', line 63
def timezone_id
self['timeZoneId']
end
|
#timezone_name ⇒ Object
67
68
69
|
# File 'lib/google_maps_juice/timezone.rb', line 67
def timezone_name
self['timeZoneName']
end
|