Class: Fog::Rackspace::Monitoring::AlarmExample

Inherits:
Base
  • Object
show all
Defined in:
lib/fog/rackspace/models/monitoring/alarm_example.rb

Instance Method Summary collapse

Methods inherited from Base

#compare?, #hash

Instance Method Details

#bound?Boolean

Returns:

  • (Boolean)


18
19
20
# File 'lib/fog/rackspace/models/monitoring/alarm_example.rb', line 18

def bound?
  !bound_criteria.nil?
end