Class: ParallelAncestry::InstanceAncestryStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/parallel-ancestry/ParallelAncestry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



4
5
6
# File 'lib/parallel-ancestry/ParallelAncestry.rb', line 4

def children
  @children
end

#parentsObject

Returns the value of attribute parents

Returns:

  • (Object)

    the current value of parents



4
5
6
# File 'lib/parallel-ancestry/ParallelAncestry.rb', line 4

def parents
  @parents
end