Method: Megam::Components.create

Defined in:
lib/megam/core/components.rb

.create(params) ⇒ Object



282
283
284
285
# File 'lib/megam/core/components.rb', line 282

def self.create(params)
  asm = from_hash(params, params['email'], params['api_key'], params['host'])
  asm.create
end