Sha256: 71bf38b044ccc4405f936d963ffc6092e4a8b1766239184954bec9bded3b3e63
Contents?: true
Size: 360 Bytes
Versions: 15
Compression:
Stored size: 360 Bytes
Contents
require 'fog/core/model' module Fog module Monitoring class StormOnDemand class MonitorService < Fog::Model attribute :can_monitor attribute :enabled attribute :services attribute :uniq_id attribute :unmonitored def initialize(attributes={}) super end end end end end
Version data entries
15 entries across 15 versions & 4 rubygems