Class: Trailblazer::Activity::Schema::Sequence::Element Private
- Inherits:
-
Struct
- Object
- Struct
- Trailblazer::Activity::Schema::Sequence::Element
- Defined in:
- lib/trailblazer/activity/dsl/schema/sequence.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Attribute Details
#configuration ⇒ Object
Returns the value of attribute configuration
11 12 13 |
# File 'lib/trailblazer/activity/dsl/schema/sequence.rb', line 11 def configuration @configuration end |
#id ⇒ Object
Returns the value of attribute id
11 12 13 |
# File 'lib/trailblazer/activity/dsl/schema/sequence.rb', line 11 def id @id end |