Class: Dnsruby::CodeMapper::Arrays
- Inherits:
-
Object
- Object
- Dnsruby::CodeMapper::Arrays
- Defined in:
- lib/dnsruby/code_mapper.rb
Instance Attribute Summary collapse
-
#maxcode ⇒ Object
Returns the value of attribute maxcode.
-
#strings ⇒ Object
Returns the value of attribute strings.
-
#stringsdown ⇒ Object
Returns the value of attribute stringsdown.
-
#values ⇒ Object
Returns the value of attribute values.
Instance Method Summary collapse
-
#initialize ⇒ Arrays
constructor
A new instance of Arrays.
Constructor Details
#initialize ⇒ Arrays
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
#maxcode ⇒ Object
Returns the value of attribute maxcode.
38 39 40 |
# File 'lib/dnsruby/code_mapper.rb', line 38 def maxcode @maxcode end |
#strings ⇒ Object
Returns the value of attribute strings.
38 39 40 |
# File 'lib/dnsruby/code_mapper.rb', line 38 def strings @strings end |
#stringsdown ⇒ Object
Returns the value of attribute stringsdown.
38 39 40 |
# File 'lib/dnsruby/code_mapper.rb', line 38 def stringsdown @stringsdown end |
#values ⇒ Object
Returns the value of attribute values.
38 39 40 |
# File 'lib/dnsruby/code_mapper.rb', line 38 def values @values end |