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

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

Instance Method Summary collapse

Instance Method Details

#hostObject



1162
1163
1164
# File 'lib/dns/zonefile/parser.rb', line 1162

def host
  elements[0]
end

#klassObject



1170
1171
1172
# File 'lib/dns/zonefile/parser.rb', line 1170

def klass
  elements[2]
end

#space1Object



1166
1167
1168
# File 'lib/dns/zonefile/parser.rb', line 1166

def space1
  elements[1]
end

#space2Object



1174
1175
1176
# File 'lib/dns/zonefile/parser.rb', line 1174

def space2
  elements[4]
end

#targetObject



1178
1179
1180
# File 'lib/dns/zonefile/parser.rb', line 1178

def target
  elements[5]
end