~ubuntu-branches/ubuntu/oneiric/mcollective/oneiric-proposed

« back to all changes in this revision

Viewing changes to doc/classes/MCollective/Request.html

  • Committer: Bazaar Package Importer
  • Author(s): Marc Cluet, Marc Cluet, Chuck Short
  • Date: 2011-05-05 07:37:54 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110505073754-klk1jkz8afi4fomx
Tags: 1.2.0-0ubuntu1
[Marc Cluet]
* Update to 1.2.0
* Build for Oneiric.

[Chuck Short]
* Drop ruby from mcollective, mcollective-middleware, mcollective-client
  since its a dependency of mcollective-common.
* Bump standards to 3.9.2.
* Fix up lintian warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
        <tr class="top-aligned-row">
66
66
            <td><strong>Parent:</strong></td>
67
67
            <td>
 
68
                <a href="../Object.html">
68
69
                Object
 
70
               </a>
69
71
            </td>
70
72
        </tr>
71
73
        </table>
97
99
      <h3 class="section-bar">Methods</h3>
98
100
 
99
101
      <div class="name-list">
100
 
      <a href="#M000180">new</a>&nbsp;&nbsp;
 
102
      <a href="#M000331">new</a>&nbsp;&nbsp;
101
103
      </div>
102
104
    </div>
103
105
 
132
134
    <div id="methods">
133
135
      <h3 class="section-bar">Public Class methods</h3>
134
136
 
135
 
      <div id="method-M000180" class="method-detail">
136
 
        <a name="M000180"></a>
 
137
      <div id="method-M000331" class="method-detail">
 
138
        <a name="M000331"></a>
137
139
 
138
140
        <div class="method-heading">
139
 
          <a href="#M000180" class="method-signature">
 
141
          <a href="#M000331" class="method-signature">
140
142
          <span class="method-name">new</span><span class="method-args">(payload)</span>
141
143
          </a>
142
144
        </div>
143
145
      
144
146
        <div class="method-description">
145
147
          <p><a class="source-toggle" href="#"
146
 
            onclick="toggleCode('M000180-source');return false;">[Source]</a></p>
147
 
          <div class="method-source-code" id="M000180-source">
 
148
            onclick="toggleCode('M000331-source');return false;">[Source]</a></p>
 
149
          <div class="method-source-code" id="M000331-source">
148
150
<pre>
149
151
    <span class="ruby-comment cmt"># File lib/mcollective/request.rb, line 10</span>
150
152
10:         <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">payload</span>)