Class: Vindetta::Generator
- Inherits:
-
Object
- Object
- Vindetta::Generator
- Defined in:
- lib/vindetta/generator.rb
Class Method Summary collapse
- .generate(_options = {}) ⇒ Object
- .vds(_options = {}) ⇒ Object
- .vin(options = {}) ⇒ Object
- .vis(_options = {}) ⇒ Object
- .wmi(_options = {}) ⇒ Object
Class Method Details
.generate(_options = {}) ⇒ Object
7 8 9 |
# File 'lib/vindetta/generator.rb', line 7 def self.generate( = {}) fetch end |
.vds(_options = {}) ⇒ Object
15 16 17 |
# File 'lib/vindetta/generator.rb', line 15 def self.vds( = {}) fetch[3..8] end |
.vin(options = {}) ⇒ Object
3 4 5 |
# File 'lib/vindetta/generator.rb', line 3 def self.vin( = {}) generate() end |
.vis(_options = {}) ⇒ Object
19 20 21 |
# File 'lib/vindetta/generator.rb', line 19 def self.vis( = {}) fetch[9..16] end |
.wmi(_options = {}) ⇒ Object
11 12 13 |
# File 'lib/vindetta/generator.rb', line 11 def self.wmi( = {}) fetch[0..2] end |