15 16 17
# File 'lib/joyent/machines.rb', line 15 def create(attributes = {}) Joyent::Machine.new(@connection, @connection.execute(:post, "/machines", attributes)) end