class Fog::Compute::CloudSigma::Profile

Public Instance Methods

save() click to toggle source
# File lib/fog/cloudsigma/models/profile.rb, line 35
def save
  update
end
update() click to toggle source
# File lib/fog/cloudsigma/models/profile.rb, line 39
def update
  response = service.update_profile(attributes)
  self.attribute.merge!(response.body)

  self
end