Method: Megam::Flavors.create

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

.create(params) ⇒ Object

Create the node via the REST API



250
251
252
253
# File 'lib/megam/core/flavors.rb', line 250

def self.create(params)
    fav = from_hash(params)
    fav.create
end