Class: Trailblazer::Activity::Schema::Nodes::Attributes
- Inherits:
-
Struct
- Object
- Struct
- Trailblazer::Activity::Schema::Nodes::Attributes
- Defined in:
- lib/trailblazer/activity/schema.rb
Overview
In Attributes we store data from Intermediate and Implementing compile-time. This would be lost otherwise.
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#id ⇒ Object
Returns the value of attribute id.
-
#outputs ⇒ Object
Returns the value of attribute outputs.
-
#task ⇒ Object
Returns the value of attribute task.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
14 15 16 |
# File 'lib/trailblazer/activity/schema.rb', line 14 def data @data end |
#id ⇒ Object
Returns the value of attribute id
14 15 16 |
# File 'lib/trailblazer/activity/schema.rb', line 14 def id @id end |
#outputs ⇒ Object
Returns the value of attribute outputs
14 15 16 |
# File 'lib/trailblazer/activity/schema.rb', line 14 def outputs @outputs end |
#task ⇒ Object
Returns the value of attribute task
14 15 16 |
# File 'lib/trailblazer/activity/schema.rb', line 14 def task @task end |