Method: Fog::Attributes::ClassMethods#identity

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

#identity(name, options = {}) ⇒ Object



101
102
103
104
# File 'lib/fog/core/attributes.rb', line 101

def identity(name, options = {})
  @identity = name
  self.attribute(name, options)
end