Class: Winnow::MatchDatum
- Inherits:
-
Struct
- Object
- Struct
- Winnow::MatchDatum
- Defined in:
- lib/winnow.rb
Instance Attribute Summary collapse
-
#matches_from_a ⇒ Object
Returns the value of attribute matches_from_a.
-
#matches_from_b ⇒ Object
Returns the value of attribute matches_from_b.
Instance Attribute Details
#matches_from_a ⇒ Object
Returns the value of attribute matches_from_a
10 11 12 |
# File 'lib/winnow.rb', line 10 def matches_from_a @matches_from_a end |
#matches_from_b ⇒ Object
Returns the value of attribute matches_from_b
10 11 12 |
# File 'lib/winnow.rb', line 10 def matches_from_b @matches_from_b end |