Sha256: eeac87891d76d4020df3730eb765a4b7d7636151308f62323345355a94952040
Contents?: true
Size: 310 Bytes
Versions: 14
Compression:
Stored size: 310 Bytes
Contents
require "fog/brightbox/model" module Fog module Compute class Brightbox class Zone < Fog::Brightbox::Model identity :id attribute :url attribute :resource_type attribute :status attribute :handle attribute :description end end end end
Version data entries
14 entries across 14 versions & 2 rubygems