Sha256: 1db03764cb228585a335aed6190da0a44d4432eea4cc32ed9b0c30c158c14676
Contents?: true
Size: 416 Bytes
Versions: 57
Compression:
Stored size: 416 Bytes
Contents
require 'fog/core/model' module Fog module Compute class StormOnDemand 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
57 entries across 57 versions & 17 rubygems