html/classes/S33r/S3User.html in s33r-0.3 vs html/classes/S33r/S3User.html in s33r-0.3.1
- old
+ new
@@ -84,11 +84,11 @@
<div id="method-list">
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000054">new</a>
+ <a href="#M000055">new</a>
</div>
</div>
</div>
@@ -124,15 +124,15 @@
<!-- if method_list -->
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000054" class="method-detail">
- <a name="M000054"></a>
+ <div id="method-M000055" class="method-detail">
+ <a name="M000055"></a>
<div class="method-heading">
- <a href="#M000054" class="method-signature">
+ <a href="#M000055" class="method-signature">
<span class="method-name">new</span><span class="method-args">(owner_xml_doc)</span>
</a>
</div>
<div class="method-description">
@@ -141,11 +141,11 @@
instance, representing an <Owner> node from inside a ListBucketResult
<Contents> element (see <a
href="http://docs.amazonwebservices.com/AmazonS3/2006-03-01">docs.amazonwebservices.com/AmazonS3/2006-03-01</a>/).
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000054-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000054-source">
+ onclick="toggleCode('M000055-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000055-source">
<pre>
<span class="ruby-comment cmt"># File lib/s33r/bucket_listing.rb, line 145</span>
145: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">owner_xml_doc</span>)
146: <span class="ruby-ivar">@id</span> = <span class="ruby-identifier">owner_xml_doc</span>.<span class="ruby-identifier">xget</span>(<span class="ruby-value str">'//ID'</span>)
147: <span class="ruby-ivar">@display_name</span> = <span class="ruby-identifier">owner_xml_doc</span>.<span class="ruby-identifier">xget</span>(<span class="ruby-value str">'//DisplayName'</span>)
\ No newline at end of file