Module: Vindetta
- Defined in:
- lib/vindetta.rb,
lib/vindetta/cli.rb,
lib/vindetta/vin.rb,
lib/vindetta/errors.rb,
lib/vindetta/decoder.rb,
lib/vindetta/version.rb,
lib/vindetta/vin/vds.rb,
lib/vindetta/vin/vis.rb,
lib/vindetta/vin/wmi.rb,
lib/vindetta/generator.rb,
lib/vindetta/validator.rb,
lib/vindetta/transliterator.rb
Defined Under Namespace
Classes: CLI, Decoder, Generator, InvalidCharacter, InvalidVin, Transliterator, Validator, Vin
Constant Summary collapse
- VERSION =
"0.8.0".freeze
Class Method Summary collapse
Class Method Details
.generate(options = {}) ⇒ Object
14 15 16 |
# File 'lib/vindetta.rb', line 14 def self.generate( = {}) Generator.generate() end |