Class: TZInfo::TZDataCountryTimezone

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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



1143
1144
1145
# File 'lib/tzinfo/tzdataparser.rb', line 1143

def description
  @description
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



1143
1144
1145
# File 'lib/tzinfo/tzdataparser.rb', line 1143

def location
  @location
end

#timezoneObject

Returns the value of attribute timezone

Returns:

  • (Object)

    the current value of timezone



1143
1144
1145
# File 'lib/tzinfo/tzdataparser.rb', line 1143

def timezone
  @timezone
end