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

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

Instance Method Summary collapse

Instance Method Details

#hostObject



1752
1753
1754
# File 'lib/dns/zonefile/parser.rb', line 1752

def host
  elements[0]
end

#klassObject



1768
1769
1770
# File 'lib/dns/zonefile/parser.rb', line 1768

def klass
  elements[4]
end

#ms_ageObject



1760
1761
1762
# File 'lib/dns/zonefile/parser.rb', line 1760

def ms_age
  elements[2]
end

#space1Object



1756
1757
1758
# File 'lib/dns/zonefile/parser.rb', line 1756

def space1
  elements[1]
end

#space2Object



1772
1773
1774
# File 'lib/dns/zonefile/parser.rb', line 1772

def space2
  elements[6]
end

#targetObject



1776
1777
1778
# File 'lib/dns/zonefile/parser.rb', line 1776

def target
  elements[7]
end

#ttlObject



1764
1765
1766
# File 'lib/dns/zonefile/parser.rb', line 1764

def ttl
  elements[3]
end