Create the RR from a hash
# File lib/Dnsruby/resource/A.rb, line 33 def from_hash(hash) @address = IPv4.create(hash[:address]) end
Create the RR from a standard string
# File lib/Dnsruby/resource/A.rb, line 38 def from_string(input) @address = IPv4.create(input) end
Generated with the Darkfish Rdoc Generator 2.