Sha256: ea2ce19540ec9d84d1c885be056f4efa19231117f5ece8b7dd802aff4253412e

Contents?: true

Size: 537 Bytes

Versions: 88

Compression:

Stored size: 537 Bytes

Contents

require 'fog/core/model'

module Fog
  module Compute
    class Clodo

      class Image < Fog::Model

        identity :id

        attribute :name
        attribute :vps_type
        attribute :status
        attribute :os_type
        attribute :os_bits
        attribute :os_hvm

        def initialize(new_attributes)
          super(new_attributes)
          merge_attributes(new_attributes['_attr']) if new_attributes['_attr']
        end

        def ready?
          status == 'ACTIVE'
        end

      end

    end
  end
end

Version data entries

88 entries across 88 versions & 15 rubygems

Version Path
fog-1.22.0 lib/fog/clodo/models/compute/image.rb
fog-1.21.0 lib/fog/clodo/models/compute/image.rb
fog-maestrodev-1.20.0.20140305101839 lib/fog/clodo/models/compute/image.rb
fog-maestrodev-1.20.0.20140305101305 lib/fog/clodo/models/compute/image.rb
fog-maestrodev-1.19.0.20140212012611 lib/fog/clodo/models/compute/image.rb
fog-1.20.0 lib/fog/clodo/models/compute/image.rb
fog-maestrodev-1.19.0.20140110004459 lib/fog/clodo/models/compute/image.rb
fog-maestrodev-1.19.0.20140110003812 lib/fog/clodo/models/compute/image.rb
fog-maestrodev-1.19.0.20140109202555 lib/fog/clodo/models/compute/image.rb
fog-maestrodev-1.19.0.20140107192102 lib/fog/clodo/models/compute/image.rb
fog-maestrodev-1.19.0.20140107142106 lib/fog/clodo/models/compute/image.rb
fog-maestrodev-1.19.0.20131219203941 lib/fog/clodo/models/compute/image.rb
fog-maestrodev-1.18.0.20131219193542 lib/fog/clodo/models/compute/image.rb
fog-1.19.0 lib/fog/clodo/models/compute/image.rb
fog-maestrodev-1.18.0.20131219033443 lib/fog/clodo/models/compute/image.rb
fog-maestrodev-1.18.0.20131219032002 lib/fog/clodo/models/compute/image.rb
fog-maestrodev-1.18.0.20131219030716 lib/fog/clodo/models/compute/image.rb
fog-maestrodev-1.18.0.20131219022322 lib/fog/clodo/models/compute/image.rb
fog-maestrodev-1.18.0.20131218202447 lib/fog/clodo/models/compute/image.rb
fog-maestrodev-1.18.0.20131209091424 lib/fog/clodo/models/compute/image.rb