Module: DNS::Zonefile::ZonefileGrammar::CnameRecord2
- Defined in:
- lib/dns/zonefile/parser.rb
Instance Method Summary collapse
Instance Method Details
#host ⇒ Object
1172 1173 1174 |
# File 'lib/dns/zonefile/parser.rb', line 1172 def host elements[0] end |
#ms_age ⇒ Object
1180 1181 1182 |
# File 'lib/dns/zonefile/parser.rb', line 1180 def ms_age elements[2] end |
#space1 ⇒ Object
1176 1177 1178 |
# File 'lib/dns/zonefile/parser.rb', line 1176 def space1 elements[1] end |
#space2 ⇒ Object
1188 1189 1190 |
# File 'lib/dns/zonefile/parser.rb', line 1188 def space2 elements[5] end |
#target ⇒ Object
1192 1193 1194 |
# File 'lib/dns/zonefile/parser.rb', line 1192 def target elements[6] end |
#ttl ⇒ Object
1184 1185 1186 |
# File 'lib/dns/zonefile/parser.rb', line 1184 def ttl elements[3] end |