Class: Fog::Vcloud::Compute::Catalog
- Defined in:
- lib/fog/vcloud/models/compute/catalog.rb
Instance Attribute Summary
Attributes inherited from Model
Instance Method Summary collapse
Methods inherited from Model
has_up, #link_up, #load_unless_loaded!, #reload
Instance Method Details
#catalog_items ⇒ Object
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 |