Class: Dither::Ateg::Pairwise::Pair
- Inherits:
-
Struct
- Object
- Struct
- Dither::Ateg::Pairwise::Pair
- Defined in:
- lib/dither/ateg_pairwise.rb
Instance Attribute Summary collapse
-
#i ⇒ Object
Returns the value of attribute i.
-
#j ⇒ Object
Returns the value of attribute j.
Instance Attribute Details
#i ⇒ Object
Returns the value of attribute i
9 10 11 |
# File 'lib/dither/ateg_pairwise.rb', line 9 def i @i end |
#j ⇒ Object
Returns the value of attribute j
9 10 11 |
# File 'lib/dither/ateg_pairwise.rb', line 9 def j @j end |