Class: Vindetta::Generator

Inherits:
Object
  • Object
show all
Defined in:
lib/vindetta/generator.rb

Class Method Summary collapse

Class Method Details

.generate(_options = {}) ⇒ Object



7
8
9
# File 'lib/vindetta/generator.rb', line 7

def self.generate(_options = {})
  fetch
end

.vds(_options = {}) ⇒ Object



15
16
17
# File 'lib/vindetta/generator.rb', line 15

def self.vds(_options = {})
  fetch[3..8]
end

.vin(options = {}) ⇒ Object



3
4
5
# File 'lib/vindetta/generator.rb', line 3

def self.vin(options = {})
  generate(options)
end

.vis(_options = {}) ⇒ Object



19
20
21
# File 'lib/vindetta/generator.rb', line 19

def self.vis(_options = {})
  fetch[9..16]
end

.wmi(_options = {}) ⇒ Object



11
12
13
# File 'lib/vindetta/generator.rb', line 11

def self.wmi(_options = {})
  fetch[0..2]
end