Class: Dnsruby::CodeMapper::Arrays

Inherits:
Object
  • Object
show all
Defined in:
lib/dnsruby/code_mapper.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeArrays

Returns a new instance of Arrays.



39
40
41
42
43
44
# File 'lib/dnsruby/code_mapper.rb', line 39

def initialize
  @strings = {}
  @stringsdown = {}
  @values = {}
  @maxcode = 0
end

Instance Attribute Details

#maxcodeObject

Returns the value of attribute maxcode.



38
39
40
# File 'lib/dnsruby/code_mapper.rb', line 38

def maxcode
  @maxcode
end

#stringsObject

Returns the value of attribute strings.



38
39
40
# File 'lib/dnsruby/code_mapper.rb', line 38

def strings
  @strings
end

#stringsdownObject

Returns the value of attribute stringsdown.



38
39
40
# File 'lib/dnsruby/code_mapper.rb', line 38

def stringsdown
  @stringsdown
end

#valuesObject

Returns the value of attribute values.



38
39
40
# File 'lib/dnsruby/code_mapper.rb', line 38

def values
  @values
end