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(_options = {}) ⇒ Object
 
Methods included from Mimic
Constructor Details
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error.
      9 10 11  | 
    
      # File 'lib/dynflow/testing/dummy_step.rb', line 9 def error @error end  | 
  
#id ⇒ Object (readonly)
Returns the value of attribute id.
      10 11 12  | 
    
      # File 'lib/dynflow/testing/dummy_step.rb', line 10 def id @id end  | 
  
#state ⇒ Object
Returns the value of attribute state.
      9 10 11  | 
    
      # File 'lib/dynflow/testing/dummy_step.rb', line 9 def state @state end  | 
  
Instance Method Details
#save(_options = {}) ⇒ Object
      17 18 19  | 
    
      # File 'lib/dynflow/testing/dummy_step.rb', line 17 def save( = {}) 1 end  |