./doc/SDM/RoleAttachmentCreateResponse.html in strongdm-1.0.27 vs ./doc/SDM/RoleAttachmentCreateResponse.html in strongdm-1.0.28

- old
+ new

@@ -9,19 +9,20 @@ <script type="text/javascript"> var rdoc_rel_prefix = "../"; var index_rel_prefix = "../"; </script> -<script src="../js/jquery.js"></script> -<script src="../js/darkfish.js"></script> +<script src="../js/navigation.js" defer></script> +<script src="../js/search.js" defer></script> +<script src="../js/search_index.js" defer></script> +<script src="../js/searcher.js" defer></script> +<script src="../js/darkfish.js" defer></script> <link href="../css/fonts.css" rel="stylesheet"> <link href="../css/rdoc.css" rel="stylesheet"> - - <body id="top" role="document" class="class"> <nav role="navigation"> <div id="project-navigation"> <div id="home-section" role="region" title="Quick navigation" class="nav-section"> <h2> @@ -54,30 +55,27 @@ <div id="class-metadata"> - <div id="parent-class-section" class="nav-section"> + +<div id="parent-class-section" class="nav-section"> <h3>Parent</h3> - <p class="link"><a href="../Object.html">Object</a> - </div> - <!-- Method Quickref --> + +<!-- Method Quickref --> <div id="method-list-section" class="nav-section"> <h3>Methods</h3> <ul class="link-list" role="directory"> - <li ><a href="#method-c-new">::new</a> - <li ><a href="#method-i-to_json">#to_json</a> - </ul> </div> </div> </nav> @@ -91,92 +89,67 @@ <p><a href="RoleAttachmentCreateResponse.html"><code>RoleAttachmentCreateResponse</code></a> reports how the <a href="RoleAttachments.html"><code>RoleAttachments</code></a> were created in the system.</p> </section> - <section id="5Buntitled-5D" class="documentation-section"> - - - - <section class="attribute-method-details" class="method-section"> <header> <h3>Attributes</h3> </header> - <div id="attribute-i-meta" class="method-detail"> <div class="method-heading attribute-method-heading"> <span class="method-name">meta</span><span class="attribute-access-type">[RW]</span> </div> <div class="method-description"> - <p>Reserved for future use.</p> - </div> </div> - <div id="attribute-i-rate_limit" class="method-detail"> <div class="method-heading attribute-method-heading"> <span class="method-name">rate_limit</span><span class="attribute-access-type">[RW]</span> </div> <div class="method-description"> - <p>Rate limit information.</p> - </div> </div> - <div id="attribute-i-role_attachment" class="method-detail"> <div class="method-heading attribute-method-heading"> <span class="method-name">role_attachment</span><span class="attribute-access-type">[RW]</span> </div> <div class="method-description"> - <p>The created <a href="RoleAttachment.html"><code>RoleAttachment</code></a>.</p> - </div> </div> - </section> - - + <section id="public-class-5Buntitled-5D-method-details" class="method-section"> <header> <h3>Public Class Methods</h3> </header> - <div id="method-c-new" class="method-detail "> - <div class="method-heading"> <span class="method-name">new</span><span class="method-args">( meta:nil \ , role_attachment:nil \ , rate_limit:nil \ )</span> - <span class="method-click-advice">click to toggle source</span> - </div> - <div class="method-description"> - - - - <div class="method-source-code" id="new-source"> <pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 6825</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>( <span class="ruby-value">meta:</span><span class="ruby-keyword">nil</span> \ , @@ -193,72 +166,54 @@ <span class="ruby-keyword">if</span> <span class="ruby-identifier">rate_limit</span> <span class="ruby-operator">!=</span> <span class="ruby-keyword">nil</span> <span class="ruby-ivar">@rate_limit</span> = <span class="ruby-identifier">rate_limit</span> <span class="ruby-keyword">end</span> <span class="ruby-keyword">end</span></pre> </div> - </div> - - </div> - </section> - + <section id="public-instance-5Buntitled-5D-method-details" class="method-section"> <header> <h3>Public Instance Methods</h3> </header> - <div id="method-i-to_json" class="method-detail "> - <div class="method-heading"> <span class="method-name">to_json</span><span class="method-args">(options={})</span> - <span class="method-click-advice">click to toggle source</span> - </div> - <div class="method-description"> - - - - <div class="method-source-code" id="to_json-source"> <pre><span class="ruby-comment"># File lib/models/porcelain.rb, line 6842</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">to_json</span>(<span class="ruby-identifier">options</span>={}) <span class="ruby-identifier">hash</span> = {} <span class="ruby-keyword">self</span>.<span class="ruby-identifier">instance_variables</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">var</span><span class="ruby-operator">|</span> <span class="ruby-identifier">hash</span>[<span class="ruby-identifier">var</span>.<span class="ruby-identifier">id2name</span>.<span class="ruby-identifier">delete_prefix</span>(<span class="ruby-string">&#39;@&#39;</span>)] = <span class="ruby-keyword">self</span>.<span class="ruby-identifier">instance_variable_get</span> <span class="ruby-identifier">var</span> <span class="ruby-keyword">end</span> <span class="ruby-identifier">hash</span>.<span class="ruby-identifier">to_json</span> <span class="ruby-keyword">end</span></pre> </div> - </div> - - </div> - </section> - - </section> + </section> </main> <footer id="validator-badges" role="contentinfo"> <p><a href="https://validator.w3.org/check/referer">Validate</a> - <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.0. + <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.3.1. <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>. </footer>