Class: Fog::Compute::CloudSigma::Profile
- Inherits:
-
Fog::CloudSigma::CloudsigmaModel
- Object
- Model
- Fog::CloudSigma::CloudsigmaModel
- Fog::Compute::CloudSigma::Profile
- Defined in:
- lib/fog/cloudsigma/models/profile.rb
Instance Attribute Summary
Attributes inherited from Model
Instance Method Summary collapse
Methods inherited from Fog::CloudSigma::CloudsigmaModel
model_attribute, model_attribute_array
Methods inherited from Model
#initialize, #inspect, #reload, #symbolize_keys, #to_json, #wait_for
Methods included from Attributes::ClassMethods
#_load, #aliases, #attribute, #attributes, #identity, #ignore_attributes, #ignored_attributes
Methods included from Fog::Core::DeprecatedConnectionAccessors
#connection, #connection=, #prepare_service_value
Methods included from Attributes::InstanceMethods
#_dump, #attributes, #dup, #identity, #identity=, #merge_attributes, #new_record?, #persisted?, #requires, #requires_one
Constructor Details
This class inherits a constructor from Fog::Model
Instance Method Details
#save ⇒ Object
36 37 38 |
# File 'lib/fog/cloudsigma/models/profile.rb', line 36 def save update end |
#update ⇒ Object
40 41 42 43 44 45 |
# File 'lib/fog/cloudsigma/models/profile.rb', line 40 def update response = service.update_profile(attributes) self.attribute.merge!(response.body) self end |