Class: Clavius::Configuration::Raw

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

Defined Under Namespace

Modules: Default

Instance Method Summary collapse

Constructor Details

#initializeRaw

Returns a new instance of Raw.



46
47
48
49
50
51
52
# File 'lib/clavius/configuration.rb', line 46

def initialize(*)
  super

  self.weekdays ||= Default::WEEKDAYS
  self.included ||= Default::INCLUDED
  self.excluded ||= Default::EXCLUDED
end