Class: Trailblazer::Activity::DSL::Linear::Normalizer::Inherit::Record

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

Overview

Options you want to have stored and inherited can be declared using Record.

Instance Attribute Summary collapse

Instance Attribute Details

#non_symbol_options?Object

Returns the value of attribute non_symbol_options?

Returns:

  • (Object)

    the current value of non_symbol_options?



16
17
18
# File 'lib/trailblazer/activity/dsl/linear/normalizer/inherit.rb', line 16

def non_symbol_options?
  @non_symbol_options?
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



16
17
18
# File 'lib/trailblazer/activity/dsl/linear/normalizer/inherit.rb', line 16

def options
  @options
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



16
17
18
# File 'lib/trailblazer/activity/dsl/linear/normalizer/inherit.rb', line 16

def type
  @type
end