Module: DNS::Zonefile::ZonefileGrammar::CnameRecord0

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

Instance Method Summary collapse

Instance Method Details

#hostObject



1191
1192
1193
# File 'lib/dns/zonefile/parser.rb', line 1191

def host
  elements[0]
end

#klassObject



1207
1208
1209
# File 'lib/dns/zonefile/parser.rb', line 1207

def klass
  elements[4]
end

#ms_ageObject



1199
1200
1201
# File 'lib/dns/zonefile/parser.rb', line 1199

def ms_age
  elements[2]
end

#space1Object



1195
1196
1197
# File 'lib/dns/zonefile/parser.rb', line 1195

def space1
  elements[1]
end

#space2Object



1211
1212
1213
# File 'lib/dns/zonefile/parser.rb', line 1211

def space2
  elements[6]
end

#targetObject



1215
1216
1217
# File 'lib/dns/zonefile/parser.rb', line 1215

def target
  elements[7]
end

#ttlObject



1203
1204
1205
# File 'lib/dns/zonefile/parser.rb', line 1203

def ttl
  elements[3]
end