Method: Fog::Compute::Brightbox::Server#start

Defined in:
lib/fog/brightbox/models/compute/server.rb

#startObject



76
77
78
79
80
# File 'lib/fog/brightbox/models/compute/server.rb', line 76

def start
  requires :identity
  connection.start_server(identity)
  true
end