Unstructured text resource.
Methods
Constants
| TypeValue | = | 16 |
Attributes
| [R] | strings | Returns an Array of Strings for this TXT record. |
Class Public methods
new(first_string, *rest_strings)
Link
Source: show
# File lib/resolv.rb, line 1969 def initialize(first_string, *rest_strings) @strings = [first_string, *rest_strings] end
Instance Public methods