Fog::Collection
# File lib/fog/joyent/models/compute/flavors.rb, line 12 def all load(service.list_packages().body) end
# File lib/fog/joyent/models/compute/flavors.rb, line 16 def get(id) data = service.get_package(id).body new(data) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.