Class: Moea::Dominance::DominanceDepth

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

Instance Attribute Summary (collapse)

Instance Attribute Details

- (Object) counter

Returns the value of attribute counter

Returns:

  • (Object)

    the current value of counter



23
24
25
# File '../lib/dominance.rb', line 23

def counter
  @counter
end

- (Object) depth

Returns the value of attribute depth

Returns:

  • (Object)

    the current value of depth



23
24
25
# File '../lib/dominance.rb', line 23

def depth
  @depth
end

- (Object) dominates

Returns the value of attribute dominates

Returns:

  • (Object)

    the current value of dominates



23
24
25
# File '../lib/dominance.rb', line 23

def dominates
  @dominates
end

- (Object) original

Returns the value of attribute original

Returns:

  • (Object)

    the current value of original



23
24
25
# File '../lib/dominance.rb', line 23

def original
  @original
end