Method: Fog::Attributes::InstanceMethods#dup

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

#dupObject

[View source]

126
127
128
129
130
# File 'lib/fog/core/attributes.rb', line 126

def dup
  copy = super
  copy.dup_attributes!
  copy
end