Class: Fog::Vcloud::Compute::Catalog

Inherits:
Model
  • Object
show all
Defined in:
lib/fog/vcloud/models/compute/catalog.rb

Instance Attribute Summary

Attributes inherited from Model

#loaded

Instance Method Summary collapse

Methods inherited from Model

has_up, #link_up, #load_unless_loaded!, #reload

Instance Method Details

#catalog_itemsObject



12
13
14
15
16
# File 'lib/fog/vcloud/models/compute/catalog.rb', line 12

def catalog_items
  @catalog_items ||= Fog::Vcloud::Compute::CatalogItems.
    new( :service => service,
         :href => href )
end