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



1136
1137
1138
# File 'lib/tzinfo/tzdataparser.rb', line 1136

def description
  @description
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



1136
1137
1138
# File 'lib/tzinfo/tzdataparser.rb', line 1136

def location
  @location
end

#timezoneObject

Returns the value of attribute timezone

Returns:

  • (Object)

    the current value of timezone



1136
1137
1138
# File 'lib/tzinfo/tzdataparser.rb', line 1136

def timezone
  @timezone
end