Module: DNS::Zonefile::ZonefileGrammar::Soa0

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

Instance Method Summary collapse

Instance Method Details

#expiryObject



337
338
339
# File 'lib/dns/zonefile/parser.rb', line 337

def expiry
  elements[18]
end

#klassObject



289
290
291
# File 'lib/dns/zonefile/parser.rb', line 289

def klass
  elements[3]
end

#nsObject



297
298
299
# File 'lib/dns/zonefile/parser.rb', line 297

def ns
  elements[6]
end

#nxttlObject



345
346
347
# File 'lib/dns/zonefile/parser.rb', line 345

def nxttl
  elements[20]
end

#originObject



277
278
279
# File 'lib/dns/zonefile/parser.rb', line 277

def origin
  elements[0]
end

#refreshObject



321
322
323
# File 'lib/dns/zonefile/parser.rb', line 321

def refresh
  elements[14]
end

#reretryObject



329
330
331
# File 'lib/dns/zonefile/parser.rb', line 329

def reretry
  elements[16]
end

#rpObject



305
306
307
# File 'lib/dns/zonefile/parser.rb', line 305

def rp
  elements[8]
end

#serialObject



313
314
315
# File 'lib/dns/zonefile/parser.rb', line 313

def serial
  elements[12]
end

#space1Object



281
282
283
# File 'lib/dns/zonefile/parser.rb', line 281

def space1
  elements[1]
end

#space2Object



293
294
295
# File 'lib/dns/zonefile/parser.rb', line 293

def space2
  elements[5]
end

#space3Object



301
302
303
# File 'lib/dns/zonefile/parser.rb', line 301

def space3
  elements[7]
end

#space4Object



309
310
311
# File 'lib/dns/zonefile/parser.rb', line 309

def space4
  elements[9]
end

#space_or_break1Object



317
318
319
# File 'lib/dns/zonefile/parser.rb', line 317

def space_or_break1
  elements[13]
end

#space_or_break2Object



325
326
327
# File 'lib/dns/zonefile/parser.rb', line 325

def space_or_break2
  elements[15]
end

#space_or_break3Object



333
334
335
# File 'lib/dns/zonefile/parser.rb', line 333

def space_or_break3
  elements[17]
end

#space_or_break4Object



341
342
343
# File 'lib/dns/zonefile/parser.rb', line 341

def space_or_break4
  elements[19]
end

#ttlObject



285
286
287
# File 'lib/dns/zonefile/parser.rb', line 285

def ttl
  elements[2]
end