Class: ParallelAncestry::InstanceAncestryStruct
- Inherits:
-
Struct
- Object
- Struct
- ParallelAncestry::InstanceAncestryStruct
- Defined in:
- lib/parallel-ancestry/ParallelAncestry.rb
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#parents ⇒ Object
Returns the value of attribute parents.
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children
4 5 6 |
# File 'lib/parallel-ancestry/ParallelAncestry.rb', line 4 def children @children end |
#parents ⇒ Object
Returns the value of attribute parents
4 5 6 |
# File 'lib/parallel-ancestry/ParallelAncestry.rb', line 4 def parents @parents end |