Method: Fog::Attributes::ClassMethods#identity

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

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



99
100
101
102
# File 'lib/fog/core/attributes.rb', line 99

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