Sha256: f7eb7c8eee9f44e708581f71cfd11ad2729690068ee1c14b23d59e90fca25c7e

Contents?: true

Size: 274 Bytes

Versions: 45

Compression:

Stored size: 274 Bytes

Contents

require 'fog/core/model'

module Fog
  module AWS
    class Compute

      class Flavor < Fog::Model

        identity :id

        attribute :bits
        attribute :cores
        attribute :disk
        attribute :name
        attribute :ram

      end

    end
  end
end

Version data entries

45 entries across 45 versions & 3 rubygems

Version Path
fog-0.8.2 lib/fog/compute/models/aws/flavor.rb
fog-0.8.1 lib/fog/compute/models/aws/flavor.rb
fog-0.8.0 lib/fog/compute/models/aws/flavor.rb
fog-0.7.2 lib/fog/compute/models/aws/flavor.rb
fog-0.7.1 lib/fog/compute/models/aws/flavor.rb
fog-0.7.0 lib/fog/compute/models/aws/flavor.rb
fog-0.6.0 lib/fog/compute/models/aws/flavor.rb
fog-0.5.3 lib/fog/compute/models/aws/flavor.rb
fog-0.5.2 lib/fog/compute/models/aws/flavor.rb
fog-0.5.1 lib/fog/compute/models/aws/flavor.rb
fog-0.5.0 lib/fog/compute/models/aws/flavor.rb
phpfog-fog-0.4.1.3 lib/fog/compute/models/aws/flavor.rb
phpfog-fog-0.4.1.2 lib/fog/compute/models/aws/flavor.rb
phpfog-fog-0.4.1.1 lib/fog/compute/models/aws/flavor.rb
phpfog-fog-0.4.1 lib/fog/compute/models/aws/flavor.rb
fog-0.4.1 lib/fog/compute/models/aws/flavor.rb
fog-0.4.0 lib/fog/aws/models/compute/flavor.rb
fog-0.3.34 lib/fog/aws/models/compute/flavor.rb
fog-0.3.33 lib/fog/aws/models/compute/flavor.rb
fog-0.3.32 lib/fog/aws/models/compute/flavor.rb