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

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

Instance Method Summary collapse

Instance Method Details

#hostObject



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

def host
  elements[0]
end

#ip_addressObject



983
984
985
# File 'lib/dns/zonefile/parser.rb', line 983

def ip_address
  elements[7]
end

#klassObject



975
976
977
# File 'lib/dns/zonefile/parser.rb', line 975

def klass
  elements[4]
end

#ms_ageObject



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

def ms_age
  elements[2]
end

#space1Object



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

def space1
  elements[1]
end

#space2Object



979
980
981
# File 'lib/dns/zonefile/parser.rb', line 979

def space2
  elements[6]
end

#ttlObject



971
972
973
# File 'lib/dns/zonefile/parser.rb', line 971

def ttl
  elements[3]
end