Module: DNS::Zonefile::ZonefileGrammar::TxtRecord0

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

Instance Method Summary collapse

Instance Method Details

#dataObject



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

def data
  elements[6]
end

#hostObject



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

def host
  elements[0]
end

#klassObject



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

def klass
  elements[3]
end

#space1Object



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

def space1
  elements[1]
end

#space2Object



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

def space2
  elements[5]
end

#ttlObject



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

def ttl
  elements[2]
end