Class: Trailblazer::Activity::DSL::Linear::Strategy::BlockProxy

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

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



81
82
83
# File 'lib/trailblazer/activity/dsl/linear/strategy.rb', line 81

def block
  @block
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



81
82
83
# File 'lib/trailblazer/activity/dsl/linear/strategy.rb', line 81

def options
  @options
end