Method: Fog::Compute::Brightbox::Server#snapshot

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

#snapshotObject



67
68
69
70
# File 'lib/fog/brightbox/models/compute/server.rb', line 67

def snapshot
  requires :identity
  connection.snapshot_server(identity)
end