Methods

Files

Class/Module Index [+]

Quicksearch

Fog::Compute::Ecloud::Catalog

Public Instance Methods

all() click to toggle source
# 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
get(uri) click to toggle source
# 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.