Sha256: 70501f500ca65dd50176ed5e330410bfd7a54d178d8f9b9afd6afc455cc757e4

Contents?: true

Size: 416 Bytes

Versions: 3

Compression:

Stored size: 416 Bytes

Contents

require 'fog/core/model'

module Fog
  module StormOnDemand
    class Compute

      class Config < Fog::Model
        identity :id

        attribute :available
        attribute :description
        attribute :disk
        attribute :featured
        attribute :memory
        attribute :price
        attribute :vcpu
      end

      def initialize(attributes={})
        super
      end
      
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fog-0.8.2 lib/fog/compute/models/storm_on_demand/config.rb
fog-0.8.1 lib/fog/compute/models/storm_on_demand/config.rb
fog-0.8.0 lib/fog/compute/models/storm_on_demand/config.rb