Class: Bluepill::HistoryValue

Inherits:
Struct
  • Object
show all
Defined in:
lib/bluepill/condition_watch.rb

Instance Attribute Summary collapse

Instance Attribute Details

#criticalObject

Returns the value of attribute critical

Returns:

  • (Object)

    the current value of critical



2
3
4
# File 'lib/bluepill/condition_watch.rb', line 2

def critical
  @critical
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



2
3
4
# File 'lib/bluepill/condition_watch.rb', line 2

def value
  @value
end