Sha256: 589f00eff8ee006dc006843430e2730d0b0d62551924495aa0d71cef914318b8
Contents?: true
Size: 1.53 KB
Versions: 2
Compression:
Stored size: 1.53 KB
Contents
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>mqsc (WMQ::QueueManager)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> <pre><span class="ruby-comment cmt"># File ext/lib/wmq_temp.rb, line 41</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">mqsc</span>(<span class="ruby-identifier">mqsc_text</span>) <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">execute</span>(<span class="ruby-identifier">:command=</span><span class="ruby-operator">></span><span class="ruby-identifier">:escape</span>, <span class="ruby-identifier">:escape_type=</span><span class="ruby-operator">></span><span class="ruby-constant">WMQ</span><span class="ruby-operator">::</span><span class="ruby-constant">MQET_MQSC</span>, <span class="ruby-identifier">:escape_text=</span><span class="ruby-operator">></span><span class="ruby-identifier">mqsc_text</span>).<span class="ruby-identifier">collect</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">item</span><span class="ruby-operator">|</span> <span class="ruby-identifier">item</span>[<span class="ruby-identifier">:escape_text</span>] } <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rubywmq-0.3.0-i386-mswin32-mq6 | doc/classes/WMQ/QueueManager.src/M000033.html |
rubywmq-0.3.0-i386-mswin32-mq5.3 | doc/classes/WMQ/QueueManager.src/M000033.html |