Class: BusinessFlow::Step::ConditionFailedResult

Inherits:
Object
  • Object
show all
Defined in:
lib/business_flow/step.rb

Overview

Returned if our conditional check failed. Does nothing.

Instance Method Summary collapse

Instance Method Details

#errors?Boolean

Returns:

  • (Boolean)
[View source]

114
115
116
# File 'lib/business_flow/step.rb', line 114

def errors?
  false
end

#executed?Boolean

Returns:

  • (Boolean)
[View source]

110
111
112
# File 'lib/business_flow/step.rb', line 110

def executed?
  false
end

#merge_into(_object) ⇒ Object

[View source]

118
# File 'lib/business_flow/step.rb', line 118

def merge_into(_object); end