module Assembly::Actions::Create::ClassMethods

Public Instance Methods

create(args, client=Assembly.client) click to toggle source
# File lib/assembly/actions/create.rb, line 5
def create(args, client=Assembly.client)
  response = client.post(path, args)
  Util.build(response, client)
end