Class: GitDag::Node
- Inherits:
-
Object
- Object
- GitDag::Node
- Defined in:
- lib/git-dag/node.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#dot_node ⇒ Object
Returns the value of attribute dot_node.
-
#id ⇒ Object
Returns the value of attribute id.
-
#label ⇒ Object
Returns the value of attribute label.
-
#parents ⇒ Object
Returns the value of attribute parents.
Instance Attribute Details
#dot_node ⇒ Object
Returns the value of attribute dot_node.
3 4 5 |
# File 'lib/git-dag/node.rb', line 3 def dot_node @dot_node end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/git-dag/node.rb', line 3 def id @id end |
#label ⇒ Object
Returns the value of attribute label.
3 4 5 |
# File 'lib/git-dag/node.rb', line 3 def label @label end |
#parents ⇒ Object
Returns the value of attribute parents.
3 4 5 |
# File 'lib/git-dag/node.rb', line 3 def parents @parents end |