Class: Coopy::CrossMatch

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCrossMatch

Returns a new instance of CrossMatch.



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

def initialize
end

Instance Attribute Details

#item_aObject

Returns the value of attribute item_a.



12
13
14
# File 'lib/lib/coopy/cross_match.rb', line 12

def item_a
  @item_a
end

#item_bObject

Returns the value of attribute item_b.



13
14
15
# File 'lib/lib/coopy/cross_match.rb', line 13

def item_b
  @item_b
end

#spot_aObject

Returns the value of attribute spot_a.



10
11
12
# File 'lib/lib/coopy/cross_match.rb', line 10

def spot_a
  @spot_a
end

#spot_bObject

Returns the value of attribute spot_b.



11
12
13
# File 'lib/lib/coopy/cross_match.rb', line 11

def spot_b
  @spot_b
end