Module: DNS::Zonefile::ZonefileGrammar::CnameRecord3

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

Instance Method Summary collapse

Instance Method Details

#hostObject



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

def host
  elements[0]
end

#klassObject



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

def klass
  elements[2]
end

#space1Object



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

def space1
  elements[1]
end

#space2Object



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

def space2
  elements[4]
end

#targetObject



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

def target
  elements[5]
end