Class: Coopy::CrossMatch
- Inherits:
-
Object
- Object
- Coopy::CrossMatch
- Defined in:
- lib/coopy/cross_match.rb
Instance Attribute Summary collapse
-
#item_a ⇒ Object
IndexItem.
-
#item_b ⇒ Object
IndexItem.
-
#spot_a ⇒ Object
integer.
-
#spot_b ⇒ Object
integer.
Instance Attribute Details
#item_a ⇒ Object
IndexItem
6 7 8 |
# File 'lib/coopy/cross_match.rb', line 6 def item_a @item_a end |
#item_b ⇒ Object
IndexItem
7 8 9 |
# File 'lib/coopy/cross_match.rb', line 7 def item_b @item_b end |
#spot_a ⇒ Object
integer
4 5 6 |
# File 'lib/coopy/cross_match.rb', line 4 def spot_a @spot_a end |
#spot_b ⇒ Object
integer
5 6 7 |
# File 'lib/coopy/cross_match.rb', line 5 def spot_b @spot_b end |