Class: Winnow::MatchDatum

Inherits:
Struct
  • Object
show all
Defined in:
lib/winnow.rb

Instance Attribute Summary collapse

Instance Attribute Details

#matches_from_aObject

Returns the value of attribute matches_from_a

Returns:

  • (Object)

    the current value of matches_from_a



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

def matches_from_a
  @matches_from_a
end

#matches_from_bObject

Returns the value of attribute matches_from_b

Returns:

  • (Object)

    the current value of matches_from_b



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

def matches_from_b
  @matches_from_b
end