Class: TZFormater::WinRegTZ

Inherits:
Common::Timezone show all
Defined in:
lib/tzformater/winregtz.rb

Instance Attribute Summary

Attributes inherited from Common::Timezone

#name

Instance Method Summary collapse

Methods inherited from Common::Timezone

all, #offset

Constructor Details

#initialize(*args) ⇒ WinRegTZ

Returns a new instance of WinRegTZ.



5
6
7
8
# File 'lib/tzformater/winregtz.rb', line 5

def initialize(*args)
  @key = :win_reg
  super
end