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

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

Instance Method Summary collapse

Instance Method Details

#dataObject



1561
1562
1563
# File 'lib/dns/zonefile/parser.rb', line 1561

def data
  elements[10]
end

#klassObject



1537
1538
1539
# File 'lib/dns/zonefile/parser.rb', line 1537

def klass
  elements[3]
end

#nsObject



1545
1546
1547
# File 'lib/dns/zonefile/parser.rb', line 1545

def ns
  elements[6]
end

#originObject



1525
1526
1527
# File 'lib/dns/zonefile/parser.rb', line 1525

def origin
  elements[0]
end

#rpObject



1553
1554
1555
# File 'lib/dns/zonefile/parser.rb', line 1553

def rp
  elements[8]
end

#space1Object



1529
1530
1531
# File 'lib/dns/zonefile/parser.rb', line 1529

def space1
  elements[1]
end

#space2Object



1541
1542
1543
# File 'lib/dns/zonefile/parser.rb', line 1541

def space2
  elements[5]
end

#space3Object



1549
1550
1551
# File 'lib/dns/zonefile/parser.rb', line 1549

def space3
  elements[7]
end

#space4Object



1557
1558
1559
# File 'lib/dns/zonefile/parser.rb', line 1557

def space4
  elements[9]
end

#ttlObject



1533
1534
1535
# File 'lib/dns/zonefile/parser.rb', line 1533

def ttl
  elements[2]
end