Method: Fog::Attributes::InstanceMethods#dup

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

#dupObject



124
125
126
127
128
# File 'lib/fog/core/attributes.rb', line 124

def dup
  copy = super
  copy.dup_attributes!
  copy
end