Class: Net::DNS::RR::TXT
- Inherits:
-
Object
- Object
- Net::DNS::RR::TXT
- Defined in:
- lib/domain-probe/resolver_patch.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#get_inspect ⇒ Object
134 135 136 |
# File 'lib/domain-probe/resolver_patch.rb', line 134 def get_inspect value end |
#to_hash(zone) ⇒ Object
126 127 128 |
# File 'lib/domain-probe/resolver_patch.rb', line 126 def to_hash zone super(zone).merge({:value => txt}) end |
#value ⇒ Object
130 131 132 |
# File 'lib/domain-probe/resolver_patch.rb', line 130 def value @txt.to_s end |