Class: Upkeep::DAG::Node
- Inherits:
-
Data
- Object
- Data
- Upkeep::DAG::Node
- Defined in:
- lib/upkeep/dag.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#payload ⇒ Object
readonly
Returns the value of attribute payload.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
8 9 10 |
# File 'lib/upkeep/dag.rb', line 8 def id @id end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
8 9 10 |
# File 'lib/upkeep/dag.rb', line 8 def kind @kind end |
#payload ⇒ Object (readonly)
Returns the value of attribute payload
8 9 10 |
# File 'lib/upkeep/dag.rb', line 8 def payload @payload end |