Sha256: c495c3adc19b635b9fe0c3762be855ee1596a0c7bdedbf9924abaeb12f295102
Contents?: true
Size: 481 Bytes
Versions: 14
Compression:
Stored size: 481 Bytes
Contents
require 'fog/core/model' require 'rackspace-monitoring/monitoring/models/base' module Fog module Monitoring class Rackspace class AlarmExample < Fog::Monitoring::Rackspace::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
14 entries across 14 versions & 1 rubygems