Class: Trailblazer::Workflow::Generate::Element
- Inherits:
-
Struct
- Object
- Struct
- Trailblazer::Workflow::Generate::Element
- Defined in:
- lib/trailblazer/workflow/generate.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#id ⇒ Object
Returns the value of attribute id.
-
#label ⇒ Object
Returns the value of attribute label.
-
#links ⇒ Object
Returns the value of attribute links.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
9 10 11 |
# File 'lib/trailblazer/workflow/generate.rb', line 9 def data @data end |
#id ⇒ Object
Returns the value of attribute id
9 10 11 |
# File 'lib/trailblazer/workflow/generate.rb', line 9 def id @id end |
#label ⇒ Object
Returns the value of attribute label
9 10 11 |
# File 'lib/trailblazer/workflow/generate.rb', line 9 def label @label end |
#links ⇒ Object
Returns the value of attribute links
9 10 11 |
# File 'lib/trailblazer/workflow/generate.rb', line 9 def links @links end |
#type ⇒ Object
Returns the value of attribute type
9 10 11 |
# File 'lib/trailblazer/workflow/generate.rb', line 9 def type @type end |