Class: Dither::Aetg::Pairwise::Pair
- Inherits:
-
Struct
- Object
- Struct
- Dither::Aetg::Pairwise::Pair
- Defined in:
- lib/dither/aetg_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/aetg_pairwise.rb', line 9 def i @i end |
#j ⇒ Object
Returns the value of attribute j
9 10 11 |
# File 'lib/dither/aetg_pairwise.rb', line 9 def j @j end |