WSDL::Info
# File lib/wsdl/soap/address.rb, line 19 19: def initialize 20: super 21: @location = nil 22: end
# File lib/wsdl/soap/address.rb, line 28 28: def parse_attr(attr, value) 29: case attr 30: when LocationAttrName 31: @location = value.source 32: else 33: nil 34: end 35: end
# File lib/wsdl/soap/address.rb, line 24 24: def parse_element(element) 25: nil 26: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.