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

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

Instance Method Summary collapse

Instance Method Details

#hostObject



922
923
924
# File 'lib/dns/zonefile/parser.rb', line 922

def host
  elements[0]
end

#ip_addressObject



942
943
944
# File 'lib/dns/zonefile/parser.rb', line 942

def ip_address
  elements[6]
end

#klassObject



934
935
936
# File 'lib/dns/zonefile/parser.rb', line 934

def klass
  elements[3]
end

#space1Object



926
927
928
# File 'lib/dns/zonefile/parser.rb', line 926

def space1
  elements[1]
end

#space2Object



938
939
940
# File 'lib/dns/zonefile/parser.rb', line 938

def space2
  elements[5]
end

#ttlObject



930
931
932
# File 'lib/dns/zonefile/parser.rb', line 930

def ttl
  elements[2]
end