# File lib/soap/processor.rb, line 46 46: def default_parser_option 47: @@default_parser_option 48: end
# File lib/soap/processor.rb, line 42 42: def default_parser_option=(rhs) 43: @@default_parser_option = rhs 44: end
# File lib/soap/processor.rb, line 28 28: def marshal(env, opt = {}, io = nil) 29: generator = create_generator(opt) 30: marshalled_str = generator.generate(env, io) 31: unless env.external_content.empty? 32: opt[:external_content] = env.external_content 33: end 34: marshalled_str 35: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.