Class: Cognizant::Process::ConditionDelegate::HistoryValue

Inherits:
Struct
  • Object
show all
Defined in:
lib/cognizant/process/condition_delegate.rb

Instance Attribute Summary collapse

Instance Attribute Details

#criticalObject

Returns the value of attribute critical

Returns:

  • (Object)

    the current value of critical



7
8
9
# File 'lib/cognizant/process/condition_delegate.rb', line 7

def critical
  @critical
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



7
8
9
# File 'lib/cognizant/process/condition_delegate.rb', line 7

def value
  @value
end