Sha256: 5c57af09b4038d35fd0b362c75a0cd33de53418a6d7d8c4f4703414ac0d39f62

Contents?: true

Size: 297 Bytes

Versions: 81

Compression:

Stored size: 297 Bytes

Contents

require 'fog/core/model'

module Fog
  module Compute
    class Brightbox

      class Zone < Fog::Model

        identity :id
        attribute :url
        attribute :resource_type

        attribute :status
        attribute :handle

        attribute :description

      end

    end
  end
end

Version data entries

81 entries across 81 versions & 17 rubygems

Version Path
brightbox-cli-0.13.0 lib/brightbox-cli/vendor/fog/lib/fog/compute/models/brightbox/zone.rb