Module: DNS::Zonefile::ZonefileGrammar::NaptrRecord0

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

Instance Method Summary collapse

Instance Method Details

#dataObject



1275
1276
1277
# File 'lib/dns/zonefile/parser.rb', line 1275

def data
  elements[6]
end

#hostObject



1255
1256
1257
# File 'lib/dns/zonefile/parser.rb', line 1255

def host
  elements[0]
end

#klassObject



1267
1268
1269
# File 'lib/dns/zonefile/parser.rb', line 1267

def klass
  elements[3]
end

#space1Object



1259
1260
1261
# File 'lib/dns/zonefile/parser.rb', line 1259

def space1
  elements[1]
end

#space2Object



1271
1272
1273
# File 'lib/dns/zonefile/parser.rb', line 1271

def space2
  elements[5]
end

#ttlObject



1263
1264
1265
# File 'lib/dns/zonefile/parser.rb', line 1263

def ttl
  elements[2]
end