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

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

Instance Method Summary collapse

Instance Method Details

#dataObject



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

def data
  elements[10]
end

#klassObject



1741
1742
1743
# File 'lib/dns/zonefile/parser.rb', line 1741

def klass
  elements[3]
end

#nsObject



1749
1750
1751
# File 'lib/dns/zonefile/parser.rb', line 1749

def ns
  elements[6]
end

#originObject



1729
1730
1731
# File 'lib/dns/zonefile/parser.rb', line 1729

def origin
  elements[0]
end

#rpObject



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

def rp
  elements[8]
end

#space1Object



1733
1734
1735
# File 'lib/dns/zonefile/parser.rb', line 1733

def space1
  elements[1]
end

#space2Object



1745
1746
1747
# File 'lib/dns/zonefile/parser.rb', line 1745

def space2
  elements[5]
end

#space3Object



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

def space3
  elements[7]
end

#space4Object



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

def space4
  elements[9]
end

#ttlObject



1737
1738
1739
# File 'lib/dns/zonefile/parser.rb', line 1737

def ttl
  elements[2]
end