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

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

Instance Method Summary collapse

Instance Method Details

#hostObject



1672
1673
1674
# File 'lib/dns/zonefile/parser.rb', line 1672

def host
  elements[0]
end

#klassObject



1684
1685
1686
# File 'lib/dns/zonefile/parser.rb', line 1684

def klass
  elements[3]
end

#space1Object



1676
1677
1678
# File 'lib/dns/zonefile/parser.rb', line 1676

def space1
  elements[1]
end

#space2Object



1688
1689
1690
# File 'lib/dns/zonefile/parser.rb', line 1688

def space2
  elements[5]
end

#targetObject



1692
1693
1694
# File 'lib/dns/zonefile/parser.rb', line 1692

def target
  elements[6]
end

#ttlObject



1680
1681
1682
# File 'lib/dns/zonefile/parser.rb', line 1680

def ttl
  elements[2]
end