Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::Bluebox::Images

Public Instance Methods

all() click to toggle source
# File lib/fog/bluebox/models/compute/images.rb, line 12
def all
  data = service.get_templates.body
  load(data)
end
get(template_id) click to toggle source
# File lib/fog/bluebox/models/compute/images.rb, line 17
def get(template_id)
  response = service.get_template(template_id)
  new(response.body)
rescue Fog::Compute::Bluebox::NotFound
  nil
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.