Class: Vindetta::Standard::ISO3779
- Inherits:
-
Object
- Object
- Vindetta::Standard::ISO3779
- Defined in:
- lib/vindetta/standard/iso3779.rb
Class Method Summary collapse
Class Method Details
.length ⇒ Object
10 11 12 |
# File 'lib/vindetta/standard/iso3779.rb', line 10 def self.length @length ||= yml.fetch("length") end |
.vds ⇒ Object
14 15 16 |
# File 'lib/vindetta/standard/iso3779.rb', line 14 def self.vds @vds ||= yml.fetch("vds") end |
.vis ⇒ Object
18 19 20 |
# File 'lib/vindetta/standard/iso3779.rb', line 18 def self.vis @vis ||= yml.fetch("vis") end |
.wmi ⇒ Object
6 7 8 |
# File 'lib/vindetta/standard/iso3779.rb', line 6 def self.wmi @wmi ||= yml.fetch("wmi") end |