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

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

Instance Method Summary collapse

Instance Method Details

#expiryObject



347
348
349
# File 'lib/dns/zonefile/parser.rb', line 347

def expiry
  elements[18]
end

#klassObject



299
300
301
# File 'lib/dns/zonefile/parser.rb', line 299

def klass
  elements[3]
end

#nsObject



307
308
309
# File 'lib/dns/zonefile/parser.rb', line 307

def ns
  elements[6]
end

#nxttlObject



355
356
357
# File 'lib/dns/zonefile/parser.rb', line 355

def nxttl
  elements[20]
end

#originObject



287
288
289
# File 'lib/dns/zonefile/parser.rb', line 287

def origin
  elements[0]
end

#refreshObject



331
332
333
# File 'lib/dns/zonefile/parser.rb', line 331

def refresh
  elements[14]
end

#reretryObject



339
340
341
# File 'lib/dns/zonefile/parser.rb', line 339

def reretry
  elements[16]
end

#rpObject



315
316
317
# File 'lib/dns/zonefile/parser.rb', line 315

def rp
  elements[8]
end

#serialObject



323
324
325
# File 'lib/dns/zonefile/parser.rb', line 323

def serial
  elements[12]
end

#space1Object



291
292
293
# File 'lib/dns/zonefile/parser.rb', line 291

def space1
  elements[1]
end

#space2Object



303
304
305
# File 'lib/dns/zonefile/parser.rb', line 303

def space2
  elements[5]
end

#space3Object



311
312
313
# File 'lib/dns/zonefile/parser.rb', line 311

def space3
  elements[7]
end

#space4Object



319
320
321
# File 'lib/dns/zonefile/parser.rb', line 319

def space4
  elements[9]
end

#space_or_break1Object



327
328
329
# File 'lib/dns/zonefile/parser.rb', line 327

def space_or_break1
  elements[13]
end

#space_or_break2Object



335
336
337
# File 'lib/dns/zonefile/parser.rb', line 335

def space_or_break2
  elements[15]
end

#space_or_break3Object



343
344
345
# File 'lib/dns/zonefile/parser.rb', line 343

def space_or_break3
  elements[17]
end

#space_or_break4Object



351
352
353
# File 'lib/dns/zonefile/parser.rb', line 351

def space_or_break4
  elements[19]
end

#ttlObject



295
296
297
# File 'lib/dns/zonefile/parser.rb', line 295

def ttl
  elements[2]
end