Method: Fog::Attributes::InstanceMethods#new_record?

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

#new_record?Boolean

Returns:

  • (Boolean)
[View source]

155
156
157
# File 'lib/fog/core/attributes.rb', line 155

def new_record?
  !identity
end