Class: Trailblazer::Activity::DSL::Linear::Extension
- Inherits:
-
Struct
- Object
- Struct
- Trailblazer::Activity::DSL::Linear::Extension
- Defined in:
- lib/trailblazer/activity/dsl/linear/helper.rb
Instance Attribute Summary collapse
-
#callable ⇒ Object
Returns the value of attribute callable.
Instance Method Summary collapse
Instance Attribute Details
#callable ⇒ Object
Returns the value of attribute callable
8 9 10 |
# File 'lib/trailblazer/activity/dsl/linear/helper.rb', line 8 def callable @callable end |
Instance Method Details
#call(*args, &block) ⇒ Object
9 10 11 |
# File 'lib/trailblazer/activity/dsl/linear/helper.rb', line 9 def call(*args, &block) callable.(*args, &block) end |