Fog::CloudSigma::CloudsigmaModel
# File lib/fog/cloudsigma/models/profile.rb, line 35 def save update end
# File lib/fog/cloudsigma/models/profile.rb, line 39 def update response = service.update_profile(attributes) self.attribute.merge!(response.body) self end