Sha256: 45d43026ed70b8a09d383d2c4753853ab3527931fa9c8f0dc24b72aa19597636

Contents?: true

Size: 180 Bytes

Versions: 3

Compression:

Stored size: 180 Bytes

Contents

require 'fog/core/model'

module Fog
  module Voxel
    class Compute
      class Image < Fog::Model

        identity :id

        attribute :summary

      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fog-0.8.2 lib/fog/compute/models/voxel/image.rb
fog-0.8.1 lib/fog/compute/models/voxel/image.rb
fog-0.8.0 lib/fog/compute/models/voxel/image.rb