Class: Trailblazer::Activity::Schema::Intermediate::TaskRef
- Inherits:
-
Struct
- Object
- Struct
- Trailblazer::Activity::Schema::Intermediate::TaskRef
- Defined in:
- lib/trailblazer/activity/schema/intermediate.rb
Overview
TODO: rename to NodeRef
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
7 8 9 |
# File 'lib/trailblazer/activity/schema/intermediate.rb', line 7 def data @data end |
#id ⇒ Object
Returns the value of attribute id
7 8 9 |
# File 'lib/trailblazer/activity/schema/intermediate.rb', line 7 def id @id end |