Method: ActiveCic::Base#initialize

Defined in:
lib/cic/active_cic.rb

#initialize(hash) ⇒ Base

Returns a new instance of Base.



17
18
19
20
# File 'lib/cic/active_cic.rb', line 17

def initialize(hash)
  self.attributes = Hashie::Mash.new(hash) 
  @raw_attributes = hash
end