Method: Fog::Attributes::InstanceMethods#identity=

Defined in:
lib/fog/core/attributes.rb

#identity=(new_identity) ⇒ Object

[View source]

136
137
138
# File 'lib/fog/core/attributes.rb', line 136

def identity=(new_identity)
  send("#{self.class.instance_variable_get('@identity')}=", new_identity)
end