Class: Fog::Vcloud::Collection

Inherits:
Collection show all
Defined in:
lib/fog/vcloud/collection.rb

Instance Attribute Summary

Attributes inherited from Collection

#connection

Instance Method Summary collapse

Methods inherited from Collection

#clear, #create, #initialize, #inspect, model, #model, #new, #reload, #table, #to_json

Methods included from Attributes::ClassMethods

#_load, #aliases, #attribute, #attributes, #identity, #ignore_attributes, #ignored_attributes

Methods included from Attributes::InstanceMethods

#_dump, #attributes, #identity, #identity=, #merge_attributes, #new_record?, #requires

Constructor Details

This class inherits a constructor from Fog::Collection

Instance Method Details

#load(objects) ⇒ Object



5
6
7
8
# File 'lib/fog/vcloud/collection.rb', line 5

def load(objects)
  objects = [ objects ] if objects.is_a?(Hash)
  super
end