Module: DNS::Zonefile::ZonefileGrammar::TxtRecord0

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

Instance Method Summary collapse

Instance Method Details

#dataObject



2632
2633
2634
# File 'lib/dns/zonefile/parser.rb', line 2632

def data
  elements[7]
end

#hostObject



2608
2609
2610
# File 'lib/dns/zonefile/parser.rb', line 2608

def host
  elements[0]
end

#klassObject



2624
2625
2626
# File 'lib/dns/zonefile/parser.rb', line 2624

def klass
  elements[4]
end

#ms_ageObject



2616
2617
2618
# File 'lib/dns/zonefile/parser.rb', line 2616

def ms_age
  elements[2]
end

#space1Object



2612
2613
2614
# File 'lib/dns/zonefile/parser.rb', line 2612

def space1
  elements[1]
end

#space2Object



2628
2629
2630
# File 'lib/dns/zonefile/parser.rb', line 2628

def space2
  elements[6]
end

#ttlObject



2620
2621
2622
# File 'lib/dns/zonefile/parser.rb', line 2620

def ttl
  elements[3]
end