Method: Fog::Attributes::InstanceMethods#_dump

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

#_dump(level) ⇒ Object


118
119
120
# File 'lib/fog/core/attributes.rb', line 118

def _dump(level)
  Marshal.dump(attributes)
end