Module: DNS::Zonefile::ZonefileGrammar::CnameRecord2

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

Instance Method Summary collapse

Instance Method Details

#hostObject



1172
1173
1174
# File 'lib/dns/zonefile/parser.rb', line 1172

def host
  elements[0]
end

#ms_ageObject



1180
1181
1182
# File 'lib/dns/zonefile/parser.rb', line 1180

def ms_age
  elements[2]
end

#space1Object



1176
1177
1178
# File 'lib/dns/zonefile/parser.rb', line 1176

def space1
  elements[1]
end

#space2Object



1188
1189
1190
# File 'lib/dns/zonefile/parser.rb', line 1188

def space2
  elements[5]
end

#targetObject



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

def target
  elements[6]
end

#ttlObject



1184
1185
1186
# File 'lib/dns/zonefile/parser.rb', line 1184

def ttl
  elements[3]
end