Sha256: 749bd2c9dd1ac122f82840c355b2b25cafc2e34bdbd1de56c39a328af082884d

Contents?: true

Size: 201 Bytes

Versions: 3

Compression:

Stored size: 201 Bytes

Contents

require 'nhtsa_vin/version'
require 'nhtsa_vin/query'

module NhtsaVin
  extend self

  def get(vin, options={})
    query = NhtsaVin::Query.new(vin, options)
    query.get

    return query
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nhtsa_vin-0.0.4 lib/nhtsa_vin.rb
nhtsa_vin-0.0.3 lib/nhtsa_vin.rb
nhtsa_vin-0.0.1 lib/nhtsa_vin.rb