Method: Fog::Attributes::InstanceMethods#identity
- Defined in:
- lib/fog/core/attributes.rb
permalink #identity ⇒ Object
[View source]
132 133 134 |
# File 'lib/fog/core/attributes.rb', line 132 def identity send(self.class.instance_variable_get('@identity')) end |