Class: TZInfo::Data::TZDataCountryTimezone

Inherits:
Struct
  • Object
show all
Defined in:
lib/tzinfo/data/tzdataparser.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



1235
1236
1237
# File 'lib/tzinfo/data/tzdataparser.rb', line 1235

def description
  @description
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



1235
1236
1237
# File 'lib/tzinfo/data/tzdataparser.rb', line 1235

def location
  @location
end

#timezoneObject

Returns the value of attribute timezone

Returns:

  • (Object)

    the current value of timezone



1235
1236
1237
# File 'lib/tzinfo/data/tzdataparser.rb', line 1235

def timezone
  @timezone
end