Module: DNS::Zonefile::ZonefileGrammar::CnameRecord0
- Defined in:
- lib/dns/zonefile/parser.rb
Instance Method Summary collapse
- #host ⇒ Object
- #klass ⇒ Object
- #ms_age ⇒ Object
- #space1 ⇒ Object
- #space2 ⇒ Object
- #target ⇒ Object
- #ttl ⇒ Object
Instance Method Details
#host ⇒ Object
1112 1113 1114 |
# File 'lib/dns/zonefile/parser.rb', line 1112 def host elements[0] end |
#klass ⇒ Object
1128 1129 1130 |
# File 'lib/dns/zonefile/parser.rb', line 1128 def klass elements[4] end |
#ms_age ⇒ Object
1120 1121 1122 |
# File 'lib/dns/zonefile/parser.rb', line 1120 def ms_age elements[2] end |
#space1 ⇒ Object
1116 1117 1118 |
# File 'lib/dns/zonefile/parser.rb', line 1116 def space1 elements[1] end |
#space2 ⇒ Object
1132 1133 1134 |
# File 'lib/dns/zonefile/parser.rb', line 1132 def space2 elements[6] end |
#target ⇒ Object
1136 1137 1138 |
# File 'lib/dns/zonefile/parser.rb', line 1136 def target elements[7] end |
#ttl ⇒ Object
1124 1125 1126 |
# File 'lib/dns/zonefile/parser.rb', line 1124 def ttl elements[3] end |