Class: Moea::Dominance::DominanceDepth
- Inherits:
-
Struct
- Object
- Struct
- Moea::Dominance::DominanceDepth
- Defined in:
- ../lib/dominance.rb
Instance Attribute Summary (collapse)
-
- (Object) counter
Returns the value of attribute counter.
-
- (Object) depth
Returns the value of attribute depth.
-
- (Object) dominates
Returns the value of attribute dominates.
-
- (Object) original
Returns the value of attribute original.
Instance Attribute Details
- (Object) counter
Returns the value of attribute counter
23 24 25 |
# File '../lib/dominance.rb', line 23 def counter @counter end |
- (Object) depth
Returns the value of attribute depth
23 24 25 |
# File '../lib/dominance.rb', line 23 def depth @depth end |
- (Object) dominates
Returns the value of attribute dominates
23 24 25 |
# File '../lib/dominance.rb', line 23 def dominates @dominates end |
- (Object) original
Returns the value of attribute original
23 24 25 |
# File '../lib/dominance.rb', line 23 def original @original end |