# File lib/dnsruby/resource/A.rb, line 33
        def from_hash(hash)
          @address = IPv4.create(hash[:address])
        end