Fog::Ecloud::Collection
# File lib/fog/ecloud/models/compute/catalog.rb, line 10 def all check_href! if data = connection.get_catalog(href).body[:CatalogItems][:CatalogItem] load(data) end end
# File lib/fog/ecloud/models/compute/catalog.rb, line 17 def get(uri) if data = connection.get_catalog_item(uri) new(data.body) end rescue Fog::Errors::NotFound nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.