Sha256: e5b6ccc2e7e51932cd5bbeeee86523e740e8cc3105e3494eeb4fa57cd969da5d

Contents?: true

Size: 310 Bytes

Versions: 2

Compression:

Stored size: 310 Bytes

Contents

module Fog
  module Compute
    class ProfitBricks
      class Location < Fog::Models::ProfitBricks::Base
        identity  :id

        attribute :name
        attribute :features

        attr_accessor :options

        def initialize(attributes = {})
          super
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fog-profitbricks-3.0.0 lib/fog/profitbricks/models/compute/location.rb
fog-profitbricks-2.0.1 lib/fog/profitbricks/models/compute/location.rb