Unstructured text resource.
Methods
- D
-
- N
-
Attributes
[R]
|
strings |
Returns an Array of Strings for this TXT record. |
Class Public methods
new(first_string, *rest_strings)
Link
Source:
show
| on GitHub
def initialize(first_string, *rest_strings)
@strings = [first_string, *rest_strings]
end
Instance Public methods
Returns the concatenated string from strings
.