Class: Vehicles::Plates::Match::Hit
- Inherits:
-
Struct
- Object
- Struct
- Vehicles::Plates::Match::Hit
- Defined in:
- lib/vehicles/plates.rb
Instance Attribute Summary collapse
-
#exact ⇒ Object
Returns the value of attribute exact.
-
#series ⇒ Object
Returns the value of attribute series.
Instance Method Summary collapse
Instance Attribute Details
#exact ⇒ Object
Returns the value of attribute exact
71 72 73 |
# File 'lib/vehicles/plates.rb', line 71 def exact @exact end |
#series ⇒ Object
Returns the value of attribute series
71 72 73 |
# File 'lib/vehicles/plates.rb', line 71 def series @series end |
Instance Method Details
#exact? ⇒ Boolean
72 |
# File 'lib/vehicles/plates.rb', line 72 def exact? = exact |