Method: Holotype::InstanceMethods#initialize

Defined in:
lib/holotype.rb

#initialize(attributes) ⇒ Object



92
93
94
95
# File 'lib/holotype.rb', line 92

def initialize(attributes)
  __holotype_check_for_missing_required attributes
  __holotype_store attributes
end