Sha256: 31730aaeaa3262e74894753a484a833ea310a526a6d896aec09010a78a74f78c
Contents?: true
Size: 474 Bytes
Versions: 44
Compression:
Stored size: 474 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
44 entries across 44 versions & 3 rubygems