Sha256: 2115aeb81bf4b4c770fbcefa96b88aa29552a014be821c5a6a54f77dc2c50384
Contents?: true
Size: 285 Bytes
Versions: 2
Compression:
Stored size: 285 Bytes
Contents
require 'fog/core/model' module Fog module Storage class StormOnDemand class Cluster < Fog::Model identity :id attribute :description attribute :zone def initialize(attributes={}) super end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fog-1.22.0 | lib/fog/storm_on_demand/models/storage/cluster.rb |
fog-1.21.0 | lib/fog/storm_on_demand/models/storage/cluster.rb |