Sha256: 9e0b28ba1b26d7372c8955d4685b3f085527ce3492bc92256046e52f91025a97

Contents?: true

Size: 430 Bytes

Versions: 65

Compression:

Stored size: 430 Bytes

Contents

require 'fog/core/collection'
require 'fog/joyent/models/compute/flavor'

module Fog
  module Compute

    class Joyent
      class Flavors < Fog::Collection

        model Fog::Compute::Joyent::Flavor

        def all
          load(service.list_packages().body)
        end

        def get(id)
          data = service.get_package(id).body
          new(data)
        end

      end
    end # Joyent

  end # Compute
end # Fog

Version data entries

65 entries across 65 versions & 6 rubygems

Version Path
fog-maestrodev-1.18.0.20131209090811 lib/fog/joyent/models/compute/flavors.rb
fog-maestrodev-1.18.0.20131206115947 lib/fog/joyent/models/compute/flavors.rb
fog-maestrodev-1.18.0.20131205181604 lib/fog/joyent/models/compute/flavors.rb
fog-maestrodev-1.18.0.20131127194823 lib/fog/joyent/models/compute/flavors.rb
fog-maestrodev-1.18.0.20131126183714 lib/fog/joyent/models/compute/flavors.rb
fog-maestrodev-1.18.0.20131126122111 lib/fog/joyent/models/compute/flavors.rb
fog-maestrodev-1.18.0.20131125111730 lib/fog/joyent/models/compute/flavors.rb
fog-maestrodev-1.18.0.20131125083406 lib/fog/joyent/models/compute/flavors.rb
fog-maestrodev-1.18.0.20131123105121 lib/fog/joyent/models/compute/flavors.rb
fog-maestrodev-1.18.0.20131122203507 lib/fog/joyent/models/compute/flavors.rb
fog-maestrodev-1.18.0.20131121075022 lib/fog/joyent/models/compute/flavors.rb
fog-maestrodev-1.18.0.20131118164830 lib/fog/joyent/models/compute/flavors.rb
fog-maestrodev-1.18.0.20131115184302 lib/fog/joyent/models/compute/flavors.rb
fog-maestrodev-1.18.0.20131114200144 lib/fog/joyent/models/compute/flavors.rb
gapinc-fog-1.12.1.2.1 lib/fog/joyent/models/compute/flavors.rb
fog-maestrodev-1.18.0.20131112185232 lib/fog/joyent/models/compute/flavors.rb
fog-maestrodev-1.18.0.20131111203459 lib/fog/joyent/models/compute/flavors.rb
fog-1.18.0 lib/fog/joyent/models/compute/flavors.rb
fog-1.17.0 lib/fog/joyent/models/compute/flavors.rb
fog-1.16.0 lib/fog/joyent/models/compute/flavors.rb