Sha256: f80bfad9626d5e7f03661d7d0d02aab131d136a55b3330bb262534ecb8195e5f
Contents?: true
Size: 472 Bytes
Versions: 39
Compression:
Stored size: 472 Bytes
Contents
require 'fog/core/model' require 'fog/rackspace/models/monitoring/base' module Fog module Rackspace class Monitoring class AlarmExample < Fog::Rackspace::Monitoring::Base identity :id attribute :label attribute :description attribute :check_type attribute :criteria attribute :fields attribute :bound_criteria def bound? !bound_criteria.nil? end end end end end
Version data entries
39 entries across 37 versions & 6 rubygems