Class: Trailblazer::Activity::DSL::Linear::Helper::Extension

Inherits:
Struct
  • Object
show all
Defined in:
lib/trailblazer/activity/dsl/linear/helper.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#callableObject

Returns the value of attribute callable

Returns:

  • (Object)

    the current value of callable



10
11
12
# File 'lib/trailblazer/activity/dsl/linear/helper.rb', line 10

def callable
  @callable
end

Instance Method Details

#call(*args, &block) ⇒ Object



11
12
13
# File 'lib/trailblazer/activity/dsl/linear/helper.rb', line 11

def call(*args, &block)
  callable.(*args, &block)
end