Class: Coopy::CrossMatch

Inherits:
Object
  • Object
show all
Defined in:
lib/coopy/cross_match.rb

Instance Attribute Summary collapse

Instance Attribute Details

#item_aObject

IndexItem



6
7
8
# File 'lib/coopy/cross_match.rb', line 6

def item_a
  @item_a
end

#item_bObject

IndexItem



7
8
9
# File 'lib/coopy/cross_match.rb', line 7

def item_b
  @item_b
end

#spot_aObject

integer



4
5
6
# File 'lib/coopy/cross_match.rb', line 4

def spot_a
  @spot_a
end

#spot_bObject

integer



5
6
7
# File 'lib/coopy/cross_match.rb', line 5

def spot_b
  @spot_b
end