Class: Dynflow::Testing::DummyStep
- Inherits:
-
Object
- Object
- Dynflow::Testing::DummyStep
- Extended by:
- Mimic
- Defined in:
- lib/dynflow/testing/dummy_step.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Method Summary collapse
-
#initialize ⇒ DummyStep
constructor
A new instance of DummyStep.
- #save ⇒ Object
Methods included from Mimic
Constructor Details
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error.
7 8 9 |
# File 'lib/dynflow/testing/dummy_step.rb', line 7 def error @error end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
8 9 10 |
# File 'lib/dynflow/testing/dummy_step.rb', line 8 def id @id end |
#state ⇒ Object
Returns the value of attribute state.
7 8 9 |
# File 'lib/dynflow/testing/dummy_step.rb', line 7 def state @state end |
Instance Method Details
#save ⇒ Object
15 16 |
# File 'lib/dynflow/testing/dummy_step.rb', line 15 def save end |