Method: Joyent::Machines#create

Defined in:
lib/joyent/machines.rb

#create(attributes = {}) ⇒ Object



15
16
17
# File 'lib/joyent/machines.rb', line 15

def create(attributes = {})
  Joyent::Machine.new(@connection, @connection.execute(:post, "/machines", attributes))
end