Sha256: 8d3e3b4e45f45f76a0a2cd5cc907706c9e642ea4317d32b6f3ccfde91e52e7bc

Contents?: true

Size: 178 Bytes

Versions: 8

Compression:

Stored size: 178 Bytes

Contents

require 'fog/model'

module Fog
  module Slicehost
    class Compute

      class Image < Fog::Model

        identity :id

        attribute :name

      end

    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fog-0.3.7 lib/fog/slicehost/models/compute/image.rb
fog-0.3.6 lib/fog/slicehost/models/compute/image.rb
fog-0.3.5 lib/fog/slicehost/models/compute/image.rb
fog-0.3.4 lib/fog/slicehost/models/compute/image.rb
fog-0.3.3 lib/fog/slicehost/models/compute/image.rb
fog-0.3.2 lib/fog/slicehost/models/compute/image.rb
fog-0.3.1 lib/fog/slicehost/models/compute/image.rb
fog-0.3.0 lib/fog/slicehost/models/compute/image.rb