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

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

Instance Method Summary collapse

Instance Method Details

#dataObject



1894
1895
1896
# File 'lib/dns/zonefile/parser.rb', line 1894

def data
  elements[11]
end

#klassObject



1870
1871
1872
# File 'lib/dns/zonefile/parser.rb', line 1870

def klass
  elements[4]
end

#ms_ageObject



1862
1863
1864
# File 'lib/dns/zonefile/parser.rb', line 1862

def ms_age
  elements[2]
end

#nsObject



1878
1879
1880
# File 'lib/dns/zonefile/parser.rb', line 1878

def ns
  elements[7]
end

#originObject



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

def origin
  elements[0]
end

#rpObject



1886
1887
1888
# File 'lib/dns/zonefile/parser.rb', line 1886

def rp
  elements[9]
end

#space1Object



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

def space1
  elements[1]
end

#space2Object



1874
1875
1876
# File 'lib/dns/zonefile/parser.rb', line 1874

def space2
  elements[6]
end

#space3Object



1882
1883
1884
# File 'lib/dns/zonefile/parser.rb', line 1882

def space3
  elements[8]
end

#space4Object



1890
1891
1892
# File 'lib/dns/zonefile/parser.rb', line 1890

def space4
  elements[10]
end

#ttlObject



1866
1867
1868
# File 'lib/dns/zonefile/parser.rb', line 1866

def ttl
  elements[3]
end