Module: DNS::Zonefile::ZonefileGrammar::SoaRecord0

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

Instance Method Summary collapse

Instance Method Details

#dataObject



1798
1799
1800
# File 'lib/dns/zonefile/parser.rb', line 1798

def data
  elements[10]
end

#klassObject



1774
1775
1776
# File 'lib/dns/zonefile/parser.rb', line 1774

def klass
  elements[3]
end

#nsObject



1782
1783
1784
# File 'lib/dns/zonefile/parser.rb', line 1782

def ns
  elements[6]
end

#originObject



1762
1763
1764
# File 'lib/dns/zonefile/parser.rb', line 1762

def origin
  elements[0]
end

#rpObject



1790
1791
1792
# File 'lib/dns/zonefile/parser.rb', line 1790

def rp
  elements[8]
end

#space1Object



1766
1767
1768
# File 'lib/dns/zonefile/parser.rb', line 1766

def space1
  elements[1]
end

#space2Object



1778
1779
1780
# File 'lib/dns/zonefile/parser.rb', line 1778

def space2
  elements[5]
end

#space3Object



1786
1787
1788
# File 'lib/dns/zonefile/parser.rb', line 1786

def space3
  elements[7]
end

#space4Object



1794
1795
1796
# File 'lib/dns/zonefile/parser.rb', line 1794

def space4
  elements[9]
end

#ttlObject



1770
1771
1772
# File 'lib/dns/zonefile/parser.rb', line 1770

def ttl
  elements[2]
end