Module: DNS::Zonefile::ZonefileGrammar::NaptrRecord0

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

Instance Method Summary collapse

Instance Method Details

#dataObject



1512
1513
1514
# File 'lib/dns/zonefile/parser.rb', line 1512

def data
  elements[6]
end

#hostObject



1492
1493
1494
# File 'lib/dns/zonefile/parser.rb', line 1492

def host
  elements[0]
end

#klassObject



1504
1505
1506
# File 'lib/dns/zonefile/parser.rb', line 1504

def klass
  elements[3]
end

#space1Object



1496
1497
1498
# File 'lib/dns/zonefile/parser.rb', line 1496

def space1
  elements[1]
end

#space2Object



1508
1509
1510
# File 'lib/dns/zonefile/parser.rb', line 1508

def space2
  elements[5]
end

#ttlObject



1500
1501
1502
# File 'lib/dns/zonefile/parser.rb', line 1500

def ttl
  elements[2]
end