Module: DNS::Zonefile::ZonefileGrammar::MxRecord0

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

Instance Method Summary collapse

Instance Method Details

#exchangerObject



1466
1467
1468
# File 'lib/dns/zonefile/parser.rb', line 1466

def exchanger
  elements[8]
end

#hostObject



1438
1439
1440
# File 'lib/dns/zonefile/parser.rb', line 1438

def host
  elements[0]
end

#klassObject



1450
1451
1452
# File 'lib/dns/zonefile/parser.rb', line 1450

def klass
  elements[3]
end

#priorityObject



1458
1459
1460
# File 'lib/dns/zonefile/parser.rb', line 1458

def priority
  elements[6]
end

#space1Object



1442
1443
1444
# File 'lib/dns/zonefile/parser.rb', line 1442

def space1
  elements[1]
end

#space2Object



1454
1455
1456
# File 'lib/dns/zonefile/parser.rb', line 1454

def space2
  elements[5]
end

#space3Object



1462
1463
1464
# File 'lib/dns/zonefile/parser.rb', line 1462

def space3
  elements[7]
end

#ttlObject



1446
1447
1448
# File 'lib/dns/zonefile/parser.rb', line 1446

def ttl
  elements[2]
end