Method: Shards::Workflow::Base#initialize
- Defined in:
- lib/shards/workflow/base.rb
#initialize(config) ⇒ Base
Returns a new instance of Base.
14 15 16 17 18 19 |
# File 'lib/shards/workflow/base.rb', line 14 def initialize config @config=config config.repo.clean @pointer_history = [] @success=false end |