Class: Biz::Configuration::Raw

Inherits:
Struct
  • Object
show all
Defined in:
lib/biz/configuration.rb

Defined Under Namespace

Modules: Default

Instance Method Summary collapse

Constructor Details

#initializeRaw

Returns a new instance of Raw.



69
70
71
72
73
74
75
# File 'lib/biz/configuration.rb', line 69

def initialize(*)
  super

  self.hours     ||= Default::HOURS
  self.holidays  ||= Default::HOLIDAYS
  self.time_zone ||= Default::TIME_ZONE
end