Class: ColorMatcher::Match
- Inherits:
-
Struct
- Object
- Struct
- ColorMatcher::Match
- Defined in:
- lib/color_matcher.rb
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#proximity ⇒ Object
Returns the value of attribute proximity.
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color
4 5 6 |
# File 'lib/color_matcher.rb', line 4 def color @color end |
#proximity ⇒ Object
Returns the value of attribute proximity
4 5 6 |
# File 'lib/color_matcher.rb', line 4 def proximity @proximity end |