Module: DNS::Zonefile::ZonefileGrammar::CnameRecord3
- Defined in:
- lib/dns/zonefile/parser.rb
Instance Method Summary collapse
Instance Method Details
#host ⇒ Object
1198 1199 1200 |
# File 'lib/dns/zonefile/parser.rb', line 1198 def host elements[0] end |
#klass ⇒ Object
1206 1207 1208 |
# File 'lib/dns/zonefile/parser.rb', line 1206 def klass elements[2] end |
#space1 ⇒ Object
1202 1203 1204 |
# File 'lib/dns/zonefile/parser.rb', line 1202 def space1 elements[1] end |
#space2 ⇒ Object
1210 1211 1212 |
# File 'lib/dns/zonefile/parser.rb', line 1210 def space2 elements[4] end |
#target ⇒ Object
1214 1215 1216 |
# File 'lib/dns/zonefile/parser.rb', line 1214 def target elements[5] end |