Module: DNS::Zonefile::ZonefileGrammar::PtrRecord0
- 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
1752 1753 1754 |
# File 'lib/dns/zonefile/parser.rb', line 1752 def host elements[0] end |
#klass ⇒ Object
1768 1769 1770 |
# File 'lib/dns/zonefile/parser.rb', line 1768 def klass elements[4] end |
#ms_age ⇒ Object
1760 1761 1762 |
# File 'lib/dns/zonefile/parser.rb', line 1760 def ms_age elements[2] end |
#space1 ⇒ Object
1756 1757 1758 |
# File 'lib/dns/zonefile/parser.rb', line 1756 def space1 elements[1] end |
#space2 ⇒ Object
1772 1773 1774 |
# File 'lib/dns/zonefile/parser.rb', line 1772 def space2 elements[6] end |
#target ⇒ Object
1776 1777 1778 |
# File 'lib/dns/zonefile/parser.rb', line 1776 def target elements[7] end |
#ttl ⇒ Object
1764 1765 1766 |
# File 'lib/dns/zonefile/parser.rb', line 1764 def ttl elements[3] end |