25 26 27
# File 'lib/joyent/machine.rb', line 25 def start @connection.execute(:post, "/machines/#{self.id}", {"action" => "start"}) end