Class: Fog::Vcloud::Vdcs

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

Direct Known Subclasses

Terremark::Ecloud::Vdcs

Instance Attribute Summary

Attributes inherited from Collection

#connection

Instance Method Summary collapse

Methods inherited from Collection

#[], all_request, get_request, inherited, #reload, vcloud_type

Methods inherited from Collection

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

Methods included from Attributes::ClassMethods

#_load, #aliases, #attribute, #attributes, #identity

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

#organization_uriObject



23
24
25
# File 'lib/fog/vcloud/models/vdcs.rb', line 23

def organization_uri
  @organizatio_uri ||= connection.default_organization_uri
end