Sha256: a28b3709e5563c151dda7cc2d3878f22015e39c523d5f81f04b658700ab0fce6

Contents?: true

Size: 199 Bytes

Versions: 85

Compression:

Stored size: 199 Bytes

Contents

require 'fog/core/model'

module Fog
  module Compute
    class Bluebox

      class Location < Fog::Model

        identity :id
        
        attribute :description

      end

    end
  end
end

Version data entries

85 entries across 85 versions & 15 rubygems

Version Path
fog-1.3.1 lib/fog/bluebox/models/compute/location.rb
fog-1.3.0 lib/fog/bluebox/models/compute/location.rb
brightbox-cli-0.17.5 lib/brightbox-cli/vendor/fog/lib/fog/bluebox/models/compute/location.rb
fog-1.2.0 lib/fog/bluebox/models/compute/location.rb
ktheory-fog-1.1.2 lib/fog/bluebox/models/compute/location.rb