Class: TZInfo::TZDataCountryTimezone
- Inherits:
-
Struct
- Object
- Struct
- TZInfo::TZDataCountryTimezone
- Defined in:
- lib/tzinfo/tzdataparser.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#location ⇒ Object
Returns the value of attribute location.
-
#timezone ⇒ Object
Returns the value of attribute timezone.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
1143 1144 1145 |
# File 'lib/tzinfo/tzdataparser.rb', line 1143 def description @description end |
#location ⇒ Object
Returns the value of attribute location
1143 1144 1145 |
# File 'lib/tzinfo/tzdataparser.rb', line 1143 def location @location end |
#timezone ⇒ Object
Returns the value of attribute timezone
1143 1144 1145 |
# File 'lib/tzinfo/tzdataparser.rb', line 1143 def timezone @timezone end |