Class: ParallelAncestry::InstanceAncestryStruct
- Inherits:
-
Struct
- Object
- Struct
- ParallelAncestry::InstanceAncestryStruct
- Defined in:
- lib/parallel_ancestry.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
13 14 15 |
# File 'lib/parallel_ancestry.rb', line 13 def children @children end |
#parents ⇒ Object
Returns the value of attribute parents
13 14 15 |
# File 'lib/parallel_ancestry.rb', line 13 def parents @parents end |