Class: Vindetta::Decoder
- Inherits:
-
Object
- Object
- Vindetta::Decoder
- Defined in:
- lib/vindetta/decoder.rb
Class Method Summary collapse
Class Method Details
.decode(vin) ⇒ Object
3 4 5 6 7 |
# File 'lib/vindetta/decoder.rb', line 3 def self.decode(vin) { :year => vin.year } end |