class Aws::Elb::QElbCreateParser
Public Instance Methods
reset()
click to toggle source
# File lib/elb/elb_interface.rb, line 213 def reset @result = {} end
tagend(name)
click to toggle source
# File lib/elb/elb_interface.rb, line 218 def tagend(name) case name when 'DNSName' then @result[:dns_name] = @text end end