Class: ParallelAncestry::InstanceAncestryStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/parallel_ancestry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



13
14
15
# File 'lib/parallel_ancestry.rb', line 13

def children
  @children
end

#parentsObject

Returns the value of attribute parents

Returns:

  • (Object)

    the current value of parents



13
14
15
# File 'lib/parallel_ancestry.rb', line 13

def parents
  @parents
end