Class: TZOffset::Tasks::ExtractOffsets::TZ

Inherits:
Struct
  • Object
show all
Defined in:
lib/tz_offset/tasks/extract_offsets.rb

Instance Attribute Summary collapse

Instance Attribute Details

#abbrObject

Returns the value of attribute abbr

Returns:

  • (Object)

    the current value of abbr



6
7
8
# File 'lib/tz_offset/tasks/extract_offsets.rb', line 6

def abbr
  @abbr
end

#dstObject

Returns the value of attribute dst

Returns:

  • (Object)

    the current value of dst



6
7
8
# File 'lib/tz_offset/tasks/extract_offsets.rb', line 6

def dst
  @dst
end

#regionObject

Returns the value of attribute region

Returns:

  • (Object)

    the current value of region



6
7
8
# File 'lib/tz_offset/tasks/extract_offsets.rb', line 6

def region
  @region
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



6
7
8
# File 'lib/tz_offset/tasks/extract_offsets.rb', line 6

def title
  @title
end

#valObject

Returns the value of attribute val

Returns:

  • (Object)

    the current value of val



6
7
8
# File 'lib/tz_offset/tasks/extract_offsets.rb', line 6

def val
  @val
end