Module: DNS::Zonefile::ZonefileGrammar::MxRecord0

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

Instance Method Summary collapse

Instance Method Details

#exchangerObject



1177
1178
1179
# File 'lib/dns/zonefile/parser.rb', line 1177

def exchanger
  elements[8]
end

#hostObject



1149
1150
1151
# File 'lib/dns/zonefile/parser.rb', line 1149

def host
  elements[0]
end

#klassObject



1161
1162
1163
# File 'lib/dns/zonefile/parser.rb', line 1161

def klass
  elements[3]
end

#priorityObject



1169
1170
1171
# File 'lib/dns/zonefile/parser.rb', line 1169

def priority
  elements[6]
end

#space1Object



1153
1154
1155
# File 'lib/dns/zonefile/parser.rb', line 1153

def space1
  elements[1]
end

#space2Object



1165
1166
1167
# File 'lib/dns/zonefile/parser.rb', line 1165

def space2
  elements[5]
end

#space3Object



1173
1174
1175
# File 'lib/dns/zonefile/parser.rb', line 1173

def space3
  elements[7]
end

#ttlObject



1157
1158
1159
# File 'lib/dns/zonefile/parser.rb', line 1157

def ttl
  elements[2]
end