Class | Resolv::DNS::Resource::TXT |
In: |
resolv.rb
|
Parent: | Resource |
TypeValue | = | 16 |
strings | [R] |
# File resolv.rb, line 1569 def self.decode_rdata(msg) strings = msg.get_string_list return self.new(*strings) end
# File resolv.rb, line 1556 def initialize(first_string, *rest_strings) @strings = [first_string, *rest_strings] end