Module: DNS::Zonefile::ZonefileGrammar::PtrRecord0

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

Instance Method Summary collapse

Instance Method Details

#hostObject



1835
1836
1837
# File 'lib/dns/zonefile/parser.rb', line 1835

def host
  elements[0]
end

#klassObject



1851
1852
1853
# File 'lib/dns/zonefile/parser.rb', line 1851

def klass
  elements[4]
end

#ms_ageObject



1843
1844
1845
# File 'lib/dns/zonefile/parser.rb', line 1843

def ms_age
  elements[2]
end

#space1Object



1839
1840
1841
# File 'lib/dns/zonefile/parser.rb', line 1839

def space1
  elements[1]
end

#space2Object



1855
1856
1857
# File 'lib/dns/zonefile/parser.rb', line 1855

def space2
  elements[6]
end

#targetObject



1859
1860
1861
# File 'lib/dns/zonefile/parser.rb', line 1859

def target
  elements[7]
end

#ttlObject



1847
1848
1849
# File 'lib/dns/zonefile/parser.rb', line 1847

def ttl
  elements[3]
end