Class: Vindetta::Decoder

Inherits:
Object
  • Object
show all
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