Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::Joyent::Images

Public Instance Methods

all() click to toggle source
# File lib/fog/joyent/models/compute/images.rb, line 12
def all
  load(service.list_datasets().body)
end
get(id) click to toggle source
# File lib/fog/joyent/models/compute/images.rb, line 16
def get(id)
  data = service.get_dataset(id).body
  new(data)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.