Class: EventedBluepill::ProcessConditions::HistoryValue

Inherits:
Struct
  • Object
show all
Defined in:
lib/evented_bluepill/process_conditions/process_condition.rb

Instance Attribute Summary collapse

Instance Attribute Details

#criticalObject

Returns the value of attribute critical

Returns:

  • (Object)

    the current value of critical



9
10
11
# File 'lib/evented_bluepill/process_conditions/process_condition.rb', line 9

def critical
  @critical
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



9
10
11
# File 'lib/evented_bluepill/process_conditions/process_condition.rb', line 9

def value
  @value
end