Method: Fog::Attributes::ClassMethods#_load

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

#_load(marshalled) ⇒ Object



5
6
7
# File 'lib/fog/core/attributes.rb', line 5

def _load(marshalled)
  new(Marshal.load(marshalled))
end