Sha256: f63293451bc83c67cde3f6a7457a61f019ccffcf86a4d364004a0c6c5d61495a

Contents?: true

Size: 307 Bytes

Versions: 1

Compression:

Stored size: 307 Bytes

Contents

require 'rackspace-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

1 entries across 1 versions & 1 rubygems

Version Path
rackspace-fog-1.4.2 lib/rackspace-fog/brightbox/models/compute/zone.rb