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