Module: DNS::Zonefile::ZonefileGrammar::AaaaRecord0

Defined in:
lib/dns/zonefile/parser.rb

Instance Method Summary collapse

Instance Method Details

#hostObject



947
948
949
# File 'lib/dns/zonefile/parser.rb', line 947

def host
  elements[0]
end

#ip_addressObject



967
968
969
# File 'lib/dns/zonefile/parser.rb', line 967

def ip_address
  elements[6]
end

#klassObject



959
960
961
# File 'lib/dns/zonefile/parser.rb', line 959

def klass
  elements[3]
end

#space1Object



951
952
953
# File 'lib/dns/zonefile/parser.rb', line 951

def space1
  elements[1]
end

#space2Object



963
964
965
# File 'lib/dns/zonefile/parser.rb', line 963

def space2
  elements[5]
end

#ttlObject



955
956
957
# File 'lib/dns/zonefile/parser.rb', line 955

def ttl
  elements[2]
end