Module: DNS::Zonefile::ZonefileGrammar::SrvRecord3

Defined in:
lib/dns/zonefile/parser.rb

Instance Method Summary collapse

Instance Method Details

#hostObject



2030
2031
2032
# File 'lib/dns/zonefile/parser.rb', line 2030

def host
  elements[0]
end

#klassObject



2038
2039
2040
# File 'lib/dns/zonefile/parser.rb', line 2038

def klass
  elements[2]
end

#portObject



2062
2063
2064
# File 'lib/dns/zonefile/parser.rb', line 2062

def port
  elements[9]
end

#priorityObject



2046
2047
2048
# File 'lib/dns/zonefile/parser.rb', line 2046

def priority
  elements[5]
end

#space1Object



2034
2035
2036
# File 'lib/dns/zonefile/parser.rb', line 2034

def space1
  elements[1]
end

#space2Object



2042
2043
2044
# File 'lib/dns/zonefile/parser.rb', line 2042

def space2
  elements[4]
end

#space3Object



2050
2051
2052
# File 'lib/dns/zonefile/parser.rb', line 2050

def space3
  elements[6]
end

#space4Object



2058
2059
2060
# File 'lib/dns/zonefile/parser.rb', line 2058

def space4
  elements[8]
end

#space5Object



2066
2067
2068
# File 'lib/dns/zonefile/parser.rb', line 2066

def space5
  elements[10]
end

#targetObject



2070
2071
2072
# File 'lib/dns/zonefile/parser.rb', line 2070

def target
  elements[11]
end

#weightObject



2054
2055
2056
# File 'lib/dns/zonefile/parser.rb', line 2054

def weight
  elements[7]
end