lib/zendesk_api/server/public/doc/ZendeskAPI/Ticket.html in zendesk_api-0.3.14 vs lib/zendesk_api/server/public/doc/ZendeskAPI/Ticket.html in zendesk_api-0.4.0.rc1

- old
+ new

@@ -4,11 +4,11 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> Class: ZendeskAPI::Ticket - &mdash; Documentation by YARD 0.8.4.1 + &mdash; Documentation by YARD 0.8.5.2 </title> <link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" /> @@ -119,24 +119,215 @@ </p> + <h2>Instance Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2> + <ul class="summary"> + + <li class="public "> + <span class="summary_signature"> + + <a href="#association-instance_method" title="#association (instance method)">- (ZendeskAPI::Association) <strong>association</strong> </a> + + + </span> + + <span class="note title not_defined_here"> + inherited + from <span class='object_link'><a href="Data.html#association-instance_method" title="ZendeskAPI::Data#association (method)">Data</a></span> + </span> + + + + + + + + + + - <h2>Instance Attribute Summary</h2> - <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="DataResource.html" title="ZendeskAPI::DataResource (class)">DataResource</a></span></h3> - <p class="inherited"><span class='object_link'><a href="DataResource.html#error-instance_method" title="ZendeskAPI::DataResource#error (method)">#error</a></span>, <span class='object_link'><a href="DataResource.html#error_message-instance_method" title="ZendeskAPI::DataResource#error_message (method)">#error_message</a></span></p> + <span class="summary_desc"><div class='inline'> +<p>The association.</p> +</div></span> + +</li> + + <li class="public "> + <span class="summary_signature"> + + <a href="#attributes-instance_method" title="#attributes (instance method)">- (Hash) <strong>attributes</strong> </a> + + + + (also: #to_param) + + </span> + <span class="note title not_defined_here"> + inherited + from <span class='object_link'><a href="Data.html#attributes-instance_method" title="ZendeskAPI::Data#attributes (method)">Data</a></span> + </span> - <h3 class="inherited">Attributes inherited from <span class='object_link'><a href="Data.html" title="ZendeskAPI::Data (class)">Data</a></span></h3> - <p class="inherited"><span class='object_link'><a href="Data.html#association-instance_method" title="ZendeskAPI::Data#association (method)">#association</a></span>, <span class='object_link'><a href="Data.html#attributes-instance_method" title="ZendeskAPI::Data#attributes (method)">#attributes</a></span>, <span class='object_link'><a href="Data.html#response-instance_method" title="ZendeskAPI::Data#response (method)">#response</a></span></p> + + + + <span class="note title readonly">readonly</span> + + + + + + + + + <span class="summary_desc"><div class='inline'> +<p>The resource's attributes.</p> +</div></span> + +</li> + + <li class="public "> + <span class="summary_signature"> + + <a href="#error-instance_method" title="#error (instance method)">- (Object) <strong>error</strong> </a> + + + + </span> + <span class="note title not_defined_here"> + inherited + from <span class='object_link'><a href="DataResource.html#error-instance_method" title="ZendeskAPI::DataResource#error (method)">DataResource</a></span> + </span> + + + + + + + + + + + + + <span class="summary_desc"><div class='inline'> +<p>Returns the value of attribute error.</p> +</div></span> + +</li> + + + <li class="public "> + <span class="summary_signature"> + + <a href="#error_message-instance_method" title="#error_message (instance method)">- (Object) <strong>error_message</strong> </a> + + + + </span> + + <span class="note title not_defined_here"> + inherited + from <span class='object_link'><a href="DataResource.html#error_message-instance_method" title="ZendeskAPI::DataResource#error_message (method)">DataResource</a></span> + </span> + + + + + + + + + + + + + <span class="summary_desc"><div class='inline'> +<p>Returns the value of attribute error_message.</p> +</div></span> + +</li> + + + <li class="public "> + <span class="summary_signature"> + + <a href="#errors-instance_method" title="#errors (instance method)">- (Array) <strong>errors</strong> </a> + + + + </span> + + <span class="note title not_defined_here"> + inherited + from <span class='object_link'><a href="Data.html#errors-instance_method" title="ZendeskAPI::Data#errors (method)">Data</a></span> + </span> + + + + + + + + + + + + + <span class="summary_desc"><div class='inline'> +<p>The last received errors.</p> +</div></span> + +</li> + + + <li class="public "> + <span class="summary_signature"> + + <a href="#response-instance_method" title="#response (instance method)">- (Object) <strong>response</strong> </a> + + + + </span> + + <span class="note title not_defined_here"> + inherited + from <span class='object_link'><a href="Data.html#response-instance_method" title="ZendeskAPI::Data#response (method)">Data</a></span> + </span> + + + + + + + + + + + + + <span class="summary_desc"><div class='inline'> +<p>Place to dump the last response.</p> +</div></span> + +</li> + + + </ul> + + + + + <h2> Class Method Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small> </h2> @@ -791,102 +982,274 @@ - <h3 class="inherited">Methods included from <span class='object_link'><a href="Read.html" title="ZendeskAPI::Read (module)">Read</a></span></h3> - <p class="inherited"><span class='object_link'><a href="Read.html#find-instance_method" title="ZendeskAPI::Read#find (method)">#find</a></span></p> - + <div id="constructor_details" class="method_details_list"> + <h2>Constructor Details</h2> + <p class="notice">This class inherits a constructor from <span class='object_link'><a href="Data.html#initialize-instance_method" title="ZendeskAPI::Data#initialize (method)">ZendeskAPI::Data</a></span></p> +</div> +<div id="method_missing_details" class="method_details_list"> + <h2>Dynamic Method Handling</h2> + <p class="notice super"> + This class handles dynamic methods through the <tt>method_missing</tt> method + + in the class <span class='object_link'><a href="Data.html#method_missing-instance_method" title="ZendeskAPI::Data#method_missing (method)">ZendeskAPI::Data</a></span> + + </p> +</div> + + <div id="instance_attr_details" class="attr_details"> + <h2>Instance Attribute Details</h2> + + + <span id="association=-instance_method"></span> + <div class="method_details first"> + <h3 class="signature first" id="association-instance_method"> + - (<tt><span class='object_link'>ZendeskAPI::Association</span></tt>) <strong>association</strong> + + + <span class="not_defined_here"> + Originally defined in class + <span class='object_link'><a href="Data.html#association-instance_method" title="ZendeskAPI::Data#association (method)">Data</a></span> + </span> - - <h3 class="inherited">Methods included from <span class='object_link'><a href="Destroy.html" title="ZendeskAPI::Destroy (module)">Destroy</a></span></h3> - <p class="inherited"><span class='object_link'><a href="Destroy.html#destroy-instance_method" title="ZendeskAPI::Destroy#destroy (method)">#destroy</a></span>, <span class='object_link'><a href="Destroy.html#destroyed%3F-instance_method" title="ZendeskAPI::Destroy#destroyed? (method)">#destroyed?</a></span></p> +</h3><div class="docstring"> + <div class="discussion"> + +<p>The association</p> + + </div> +</div> +<div class="tags"> +<p class="tag_title">Returns:</p> +<ul class="return"> + <li> + + + <span class='type'>(<tt><span class='object_link'>ZendeskAPI::Association</span></tt>)</span> + + + + &mdash; + <div class='inline'> +<p>The association</p> +</div> + + </li> +</ul> + +</div> +</div> + + + <span id=""></span> + <div class="method_details "> + <h3 class="signature " id="attributes-instance_method"> + - (<tt>Hash</tt>) <strong>attributes</strong> <span class="extras">(readonly)</span> + + <span class="aliases">Also known as: + <span class="names"><span id='to_param-instance_method'>to_param</span></span> + </span> + + <span class="not_defined_here"> + Originally defined in class + <span class='object_link'><a href="Data.html#attributes-instance_method" title="ZendeskAPI::Data#attributes (method)">Data</a></span> + </span> +</h3><div class="docstring"> + <div class="discussion"> + +<p>The resource's attributes</p> + + + </div> +</div> +<div class="tags"> +<p class="tag_title">Returns:</p> +<ul class="return"> + <li> + + + <span class='type'>(<tt>Hash</tt>)</span> + + + + &mdash; + <div class='inline'> +<p>The resource's attributes</p> +</div> + + </li> +</ul> + +</div> +</div> + + + <span id="error=-instance_method"></span> + <div class="method_details "> + <h3 class="signature " id="error-instance_method"> + - (<tt>Object</tt>) <strong>error</strong> - <h3 class="inherited">Methods included from <span class='object_link'><a href="Save.html" title="ZendeskAPI::Save (module)">Save</a></span></h3> - <p class="inherited"><span class='object_link'><a href="Save.html#clear_associations-instance_method" title="ZendeskAPI::Save#clear_associations (method)">#clear_associations</a></span>, <span class='object_link'><a href="Save.html#save-instance_method" title="ZendeskAPI::Save#save (method)">#save</a></span>, <span class='object_link'><a href="Save.html#save%21-instance_method" title="ZendeskAPI::Save#save! (method)">#save!</a></span>, <span class='object_link'><a href="Save.html#save_associations-instance_method" title="ZendeskAPI::Save#save_associations (method)">#save_associations</a></span></p> + + <span class="not_defined_here"> + Originally defined in class + <span class='object_link'><a href="DataResource.html#error-instance_method" title="ZendeskAPI::DataResource#error (method)">DataResource</a></span> + </span> +</h3><div class="docstring"> + <div class="discussion"> + +<p>Returns the value of attribute error</p> + + + </div> +</div> +<div class="tags"> + +</div> +</div> + + + <span id="error_message=-instance_method"></span> + <div class="method_details "> + <h3 class="signature " id="error_message-instance_method"> + - (<tt>Object</tt>) <strong>error_message</strong> + + + <span class="not_defined_here"> + Originally defined in class + <span class='object_link'><a href="DataResource.html#error_message-instance_method" title="ZendeskAPI::DataResource#error_message (method)">DataResource</a></span> + </span> +</h3><div class="docstring"> + <div class="discussion"> + +<p>Returns the value of attribute error_message</p> + + + </div> +</div> +<div class="tags"> + +</div> +</div> + + + <span id="errors=-instance_method"></span> + <div class="method_details "> + <h3 class="signature " id="errors-instance_method"> + - (<tt>Array</tt>) <strong>errors</strong> + + + <span class="not_defined_here"> + Originally defined in class + <span class='object_link'><a href="Data.html#errors-instance_method" title="ZendeskAPI::Data#errors (method)">Data</a></span> + </span> +</h3><div class="docstring"> + <div class="discussion"> + +<p>The last received errors</p> + + + </div> +</div> +<div class="tags"> +<p class="tag_title">Returns:</p> +<ul class="return"> + <li> + + + <span class='type'>(<tt>Array</tt>)</span> + + + + &mdash; + <div class='inline'> +<p>The last received errors</p> +</div> + + </li> +</ul> + +</div> +</div> + + + <span id="response=-instance_method"></span> + <div class="method_details "> + <h3 class="signature " id="response-instance_method"> + - (<tt>Object</tt>) <strong>response</strong> - <h3 class="inherited">Methods included from <span class='object_link'><a href="Verbs.html" title="ZendeskAPI::Verbs (module)">Verbs</a></span></h3> - <p class="inherited"><span class='object_link'><a href="Verbs.html#delete-instance_method" title="ZendeskAPI::Verbs#delete (method)">#delete</a></span>, <span class='object_link'><a href="Verbs.html#post-instance_method" title="ZendeskAPI::Verbs#post (method)">#post</a></span>, <span class='object_link'><a href="Verbs.html#put-instance_method" title="ZendeskAPI::Verbs#put (method)">#put</a></span></p> - - - - - - - - <h3 class="inherited">Methods inherited from <span class='object_link'><a href="Data.html" title="ZendeskAPI::Data (class)">Data</a></span></h3> - <p class="inherited"><span class='object_link'><a href="Data.html#%2F-instance_method" title="ZendeskAPI::Data#/ (method)">#/</a></span>, <span class='object_link'><a href="Data.html#%3D%3D-instance_method" title="ZendeskAPI::Data#== (method)">#==</a></span>, <span class='object_link'><a href="Data.html#format-class_method" title="ZendeskAPI::Data.format (method)">format</a></span>, <span class='object_link'><a href="Data.html#id-instance_method" title="ZendeskAPI::Data#id (method)">#id</a></span>, <span class='object_link'><a href="Data.html#initialize-instance_method" title="ZendeskAPI::Data#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="Data.html#method_missing-instance_method" title="ZendeskAPI::Data#method_missing (method)">#method_missing</a></span>, <span class='object_link'><a href="Data.html#new_record%3F-instance_method" title="ZendeskAPI::Data#new_record? (method)">#new_record?</a></span>, <span class='object_link'><a href="Data.html#path-instance_method" title="ZendeskAPI::Data#path (method)">#path</a></span>, <span class='object_link'><a href="Data.html#resource_name-class_method" title="ZendeskAPI::Data.resource_name (method)">resource_name</a></span>, <span class='object_link'><a href="Data.html#singular_resource_name-class_method" title="ZendeskAPI::Data.singular_resource_name (method)">singular_resource_name</a></span>, <span class='object_link'><a href="Data.html#subclasses-class_method" title="ZendeskAPI::Data.subclasses (method)">subclasses</a></span>, <span class='object_link'><a href="Data.html#to_json-instance_method" title="ZendeskAPI::Data#to_json (method)">#to_json</a></span></p> + <span class="not_defined_here"> + Originally defined in class + <span class='object_link'><a href="Data.html#response-instance_method" title="ZendeskAPI::Data#response (method)">Data</a></span> + </span> - - - - <div id="constructor_details" class="method_details_list"> - <h2>Constructor Details</h2> - - <p class="notice">This class inherits a constructor from <span class='object_link'><a href="Data.html#initialize-instance_method" title="ZendeskAPI::Data#initialize (method)">ZendeskAPI::Data</a></span></p> - -</div> -<div id="method_missing_details" class="method_details_list"> - <h2>Dynamic Method Handling</h2> - <p class="notice super"> - This class handles dynamic methods through the <tt>method_missing</tt> method +</h3><div class="docstring"> + <div class="discussion"> - in the class <span class='object_link'><a href="Data.html#method_missing-instance_method" title="ZendeskAPI::Data#method_missing (method)">ZendeskAPI::Data</a></span> - - </p> +<p>Place to dump the last response</p> + + + </div> +</div> +<div class="tags"> + </div> +</div> + + </div> <div id="class_method_details" class="method_details_list"> <h2>Class Method Details</h2> @@ -969,18 +1332,18 @@ <tr> <td> <pre class="lines"> -249 -250 -251 -252 -253</pre> +257 +258 +259 +260 +261</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 249</span> + <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 257</span> <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_import'>import</span><span class='lparen'>(</span><span class='id identifier rubyid_client'>client</span><span class='comma'>,</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='rparen'>)</span> <span class='id identifier rubyid_ticket'>ticket</span> <span class='op'>=</span> <span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_client'>client</span><span class='comma'>,</span> <span class='id identifier rubyid_attributes'>attributes</span><span class='rparen'>)</span> <span class='kw'>return</span> <span class='kw'>unless</span> <span class='id identifier rubyid_ticket'>ticket</span><span class='period'>.</span><span class='id identifier rubyid_save'>save</span><span class='lparen'>(</span><span class='symbol'>:path</span> <span class='op'>=&gt;</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>imports/tickets</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span> <span class='id identifier rubyid_ticket'>ticket</span> @@ -1068,16 +1431,16 @@ <tr> <td> <pre class="lines"> -241 -242 -243</pre> +249 +250 +251</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 241</span> + <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 249</span> <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_incremental_export'>incremental_export</span><span class='lparen'>(</span><span class='id identifier rubyid_client'>client</span><span class='comma'>,</span> <span class='id identifier rubyid_start_time'>start_time</span><span class='rparen'>)</span> <span class='const'>ZendeskAPI</span><span class='op'>::</span><span class='const'>Collection</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_client'>client</span><span class='comma'>,</span> <span class='kw'>self</span><span class='comma'>,</span> <span class='symbol'>:path</span> <span class='op'>=&gt;</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>exports/tickets?start_time=</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_start_time'>start_time</span><span class='period'>.</span><span class='id identifier rubyid_to_i'>to_i</span><span class='rbrace'>}</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span> <span class='kw'>end</span></pre> </td> @@ -1133,14 +1496,14 @@ <tr> <td> <pre class="lines"> -225</pre> +233</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 225</span> + <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 233</span> <span class='id identifier rubyid_has'>has</span> <span class='symbol'>:assignee</span><span class='comma'>,</span> <span class='symbol'>:class</span> <span class='op'>=&gt;</span> <span class='const'>User</span></pre> </td> </tr> </table> @@ -1208,14 +1571,14 @@ <tr> <td> <pre class="lines"> -225</pre> +233</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 225</span> + <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 233</span> <span class='id identifier rubyid_has'>has</span> <span class='symbol'>:assignee</span><span class='comma'>,</span> <span class='symbol'>:class</span> <span class='op'>=&gt;</span> <span class='const'>User</span></pre> </td> </tr> </table> @@ -1285,14 +1648,14 @@ <tr> <td> <pre class="lines"> -227</pre> +235</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 227</span> + <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 235</span> <span class='id identifier rubyid_has_many'>has_many</span> <span class='const'>Audit</span></pre> </td> </tr> </table> @@ -1360,14 +1723,14 @@ <tr> <td> <pre class="lines"> -227</pre> +235</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 227</span> + <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 235</span> <span class='id identifier rubyid_has_many'>has_many</span> <span class='const'>Audit</span></pre> </td> </tr> </table> @@ -1437,14 +1800,14 @@ <tr> <td> <pre class="lines"> -226</pre> +234</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 226</span> + <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 234</span> <span class='id identifier rubyid_has_many'>has_many</span> <span class='symbol'>:collaborators</span><span class='comma'>,</span> <span class='symbol'>:class</span> <span class='op'>=&gt;</span> <span class='const'>User</span></pre> </td> </tr> </table> @@ -1512,14 +1875,14 @@ <tr> <td> <pre class="lines"> -226</pre> +234</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 226</span> + <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 234</span> <span class='id identifier rubyid_has_many'>has_many</span> <span class='symbol'>:collaborators</span><span class='comma'>,</span> <span class='symbol'>:class</span> <span class='op'>=&gt;</span> <span class='const'>User</span></pre> </td> </tr> </table> @@ -1567,14 +1930,14 @@ <tr> <td> <pre class="lines"> -233</pre> +241</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 233</span> + <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 241</span> <span class='id identifier rubyid_has'>has</span> <span class='symbol'>:comment</span><span class='comma'>,</span> <span class='symbol'>:class</span> <span class='op'>=&gt;</span> <span class='const'>Comment</span><span class='comma'>,</span> <span class='symbol'>:inline</span> <span class='op'>=&gt;</span> <span class='kw'>true</span></pre> </td> </tr> </table> @@ -1642,14 +2005,14 @@ <tr> <td> <pre class="lines"> -233</pre> +241</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 233</span> + <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 241</span> <span class='id identifier rubyid_has'>has</span> <span class='symbol'>:comment</span><span class='comma'>,</span> <span class='symbol'>:class</span> <span class='op'>=&gt;</span> <span class='const'>Comment</span><span class='comma'>,</span> <span class='symbol'>:inline</span> <span class='op'>=&gt;</span> <span class='kw'>true</span></pre> </td> </tr> </table> @@ -1697,14 +2060,14 @@ <tr> <td> <pre class="lines"> -230</pre> +238</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 230</span> + <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 238</span> <span class='id identifier rubyid_has'>has</span> <span class='symbol'>:forum_topic</span><span class='comma'>,</span> <span class='symbol'>:class</span> <span class='op'>=&gt;</span> <span class='const'>Topic</span></pre> </td> </tr> </table> @@ -1772,14 +2135,14 @@ <tr> <td> <pre class="lines"> -230</pre> +238</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 230</span> + <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 238</span> <span class='id identifier rubyid_has'>has</span> <span class='symbol'>:forum_topic</span><span class='comma'>,</span> <span class='symbol'>:class</span> <span class='op'>=&gt;</span> <span class='const'>Topic</span></pre> </td> </tr> </table> @@ -1827,14 +2190,14 @@ <tr> <td> <pre class="lines"> -229</pre> +237</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 229</span> + <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 237</span> <span class='id identifier rubyid_has'>has</span> <span class='const'>Group</span></pre> </td> </tr> </table> @@ -1902,14 +2265,14 @@ <tr> <td> <pre class="lines"> -229</pre> +237</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 229</span> + <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 237</span> <span class='id identifier rubyid_has'>has</span> <span class='const'>Group</span></pre> </td> </tr> </table> @@ -1957,14 +2320,14 @@ <tr> <td> <pre class="lines"> -234</pre> +242</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 234</span> + <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 242</span> <span class='id identifier rubyid_has'>has</span> <span class='symbol'>:last_comment</span><span class='comma'>,</span> <span class='symbol'>:class</span> <span class='op'>=&gt;</span> <span class='const'>Comment</span><span class='comma'>,</span> <span class='symbol'>:inline</span> <span class='op'>=&gt;</span> <span class='kw'>true</span></pre> </td> </tr> </table> @@ -2032,14 +2395,14 @@ <tr> <td> <pre class="lines"> -234</pre> +242</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 234</span> + <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 242</span> <span class='id identifier rubyid_has'>has</span> <span class='symbol'>:last_comment</span><span class='comma'>,</span> <span class='symbol'>:class</span> <span class='op'>=&gt;</span> <span class='const'>Comment</span><span class='comma'>,</span> <span class='symbol'>:inline</span> <span class='op'>=&gt;</span> <span class='kw'>true</span></pre> </td> </tr> </table> @@ -2109,14 +2472,14 @@ <tr> <td> <pre class="lines"> -235</pre> +243</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 235</span> + <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 243</span> <span class='id identifier rubyid_has_many'>has_many</span> <span class='symbol'>:last_comments</span><span class='comma'>,</span> <span class='symbol'>:class</span> <span class='op'>=&gt;</span> <span class='const'>Comment</span><span class='comma'>,</span> <span class='symbol'>:inline</span> <span class='op'>=&gt;</span> <span class='kw'>true</span></pre> </td> </tr> </table> @@ -2184,14 +2547,14 @@ <tr> <td> <pre class="lines"> -235</pre> +243</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 235</span> + <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 243</span> <span class='id identifier rubyid_has_many'>has_many</span> <span class='symbol'>:last_comments</span><span class='comma'>,</span> <span class='symbol'>:class</span> <span class='op'>=&gt;</span> <span class='const'>Comment</span><span class='comma'>,</span> <span class='symbol'>:inline</span> <span class='op'>=&gt;</span> <span class='kw'>true</span></pre> </td> </tr> </table> @@ -2239,14 +2602,14 @@ <tr> <td> <pre class="lines"> -228</pre> +236</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 228</span> + <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 236</span> <span class='id identifier rubyid_has'>has</span> <span class='symbol'>:metrics</span><span class='comma'>,</span> <span class='symbol'>:class</span> <span class='op'>=&gt;</span> <span class='const'>TicketMetric</span></pre> </td> </tr> </table> @@ -2314,14 +2677,14 @@ <tr> <td> <pre class="lines"> -228</pre> +236</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 228</span> + <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 236</span> <span class='id identifier rubyid_has'>has</span> <span class='symbol'>:metrics</span><span class='comma'>,</span> <span class='symbol'>:class</span> <span class='op'>=&gt;</span> <span class='const'>TicketMetric</span></pre> </td> </tr> </table> @@ -2369,14 +2732,14 @@ <tr> <td> <pre class="lines"> -231</pre> +239</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 231</span> + <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 239</span> <span class='id identifier rubyid_has'>has</span> <span class='const'>Organization</span></pre> </td> </tr> </table> @@ -2444,14 +2807,14 @@ <tr> <td> <pre class="lines"> -231</pre> +239</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 231</span> + <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 239</span> <span class='id identifier rubyid_has'>has</span> <span class='const'>Organization</span></pre> </td> </tr> </table> @@ -2499,14 +2862,14 @@ <tr> <td> <pre class="lines"> -223</pre> +231</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 223</span> + <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 231</span> <span class='id identifier rubyid_has'>has</span> <span class='symbol'>:requester</span><span class='comma'>,</span> <span class='symbol'>:class</span> <span class='op'>=&gt;</span> <span class='const'>User</span><span class='comma'>,</span> <span class='symbol'>:inline</span> <span class='op'>=&gt;</span> <span class='symbol'>:create</span></pre> </td> </tr> </table> @@ -2574,14 +2937,14 @@ <tr> <td> <pre class="lines"> -223</pre> +231</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 223</span> + <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 231</span> <span class='id identifier rubyid_has'>has</span> <span class='symbol'>:requester</span><span class='comma'>,</span> <span class='symbol'>:class</span> <span class='op'>=&gt;</span> <span class='const'>User</span><span class='comma'>,</span> <span class='symbol'>:inline</span> <span class='op'>=&gt;</span> <span class='symbol'>:create</span></pre> </td> </tr> </table> @@ -2629,14 +2992,14 @@ <tr> <td> <pre class="lines"> -224</pre> +232</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 224</span> + <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 232</span> <span class='id identifier rubyid_has'>has</span> <span class='symbol'>:submitter</span><span class='comma'>,</span> <span class='symbol'>:class</span> <span class='op'>=&gt;</span> <span class='const'>User</span></pre> </td> </tr> </table> @@ -2704,14 +3067,14 @@ <tr> <td> <pre class="lines"> -224</pre> +232</pre> </td> <td> - <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 224</span> + <pre class="code"><span class="info file"># File 'lib/zendesk_api/resources.rb', line 232</span> <span class='id identifier rubyid_has'>has</span> <span class='symbol'>:submitter</span><span class='comma'>,</span> <span class='symbol'>:class</span> <span class='op'>=&gt;</span> <span class='const'>User</span></pre> </td> </tr> </table> @@ -2720,12 +3083,12 @@ </div> </div> <div id="footer"> - Generated on Mon Feb 11 17:45:37 2013 by + Generated on Wed May 15 18:59:30 2013 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> - 0.8.4.1 (ruby-1.9.3). + 0.8.5.2 (ruby-1.9.3). </div> </body> </html> \ No newline at end of file