Module: DNS::Zonefile::ZonefileGrammar::PtrRecord0

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

Instance Method Summary collapse

Instance Method Details

#hostObject



1435
1436
1437
# File 'lib/dns/zonefile/parser.rb', line 1435

def host
  elements[0]
end

#klassObject



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

def klass
  elements[3]
end

#space1Object



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

def space1
  elements[1]
end

#space2Object



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

def space2
  elements[5]
end

#targetObject



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

def target
  elements[6]
end

#ttlObject



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

def ttl
  elements[2]
end