Module: DNS::Zonefile::ZonefileGrammar::SrvRecord0
- Defined in:
- lib/dns/zonefile/parser.rb
Instance Method Summary collapse
- #host ⇒ Object
- #klass ⇒ Object
- #ms_age ⇒ Object
- #port ⇒ Object
- #priority ⇒ Object
- #space1 ⇒ Object
- #space2 ⇒ Object
- #space3 ⇒ Object
- #space4 ⇒ Object
- #space5 ⇒ Object
- #target ⇒ Object
- #ttl ⇒ Object
- #weight ⇒ Object
Instance Method Details
#host ⇒ Object
1988 1989 1990 |
# File 'lib/dns/zonefile/parser.rb', line 1988 def host elements[0] end |
#klass ⇒ Object
2004 2005 2006 |
# File 'lib/dns/zonefile/parser.rb', line 2004 def klass elements[4] end |
#ms_age ⇒ Object
1996 1997 1998 |
# File 'lib/dns/zonefile/parser.rb', line 1996 def ms_age elements[2] end |
#port ⇒ Object
2028 2029 2030 |
# File 'lib/dns/zonefile/parser.rb', line 2028 def port elements[11] end |
#priority ⇒ Object
2012 2013 2014 |
# File 'lib/dns/zonefile/parser.rb', line 2012 def priority elements[7] end |
#space1 ⇒ Object
1992 1993 1994 |
# File 'lib/dns/zonefile/parser.rb', line 1992 def space1 elements[1] end |
#space2 ⇒ Object
2008 2009 2010 |
# File 'lib/dns/zonefile/parser.rb', line 2008 def space2 elements[6] end |
#space3 ⇒ Object
2016 2017 2018 |
# File 'lib/dns/zonefile/parser.rb', line 2016 def space3 elements[8] end |
#space4 ⇒ Object
2024 2025 2026 |
# File 'lib/dns/zonefile/parser.rb', line 2024 def space4 elements[10] end |
#space5 ⇒ Object
2032 2033 2034 |
# File 'lib/dns/zonefile/parser.rb', line 2032 def space5 elements[12] end |
#target ⇒ Object
2036 2037 2038 |
# File 'lib/dns/zonefile/parser.rb', line 2036 def target elements[13] end |
#ttl ⇒ Object
2000 2001 2002 |
# File 'lib/dns/zonefile/parser.rb', line 2000 def ttl elements[3] end |
#weight ⇒ Object
2020 2021 2022 |
# File 'lib/dns/zonefile/parser.rb', line 2020 def weight elements[9] end |