Sha256: b15e99e0ccae2ee6d7c3aeae7b8c702e3ef32e408e60c44372446bee02f9556f
Contents?: true
Size: 1.22 KB
Versions: 8
Compression:
Stored size: 1.22 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>new (Collection)</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 lib/oauth_active_resource/collection.rb, line 4</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">connection</span>, <span class="ruby-identifier">resource</span>, <span class="ruby-identifier">collection_uri</span>) <span class="ruby-keyword kw">super</span>() <span class="ruby-ivar">@connection</span> = <span class="ruby-identifier">connection</span> <span class="ruby-ivar">@collection_uri</span> = <span class="ruby-identifier">collection_uri</span> <span class="ruby-ivar">@resource</span> = <span class="ruby-identifier">resource</span> <span class="ruby-identifier">reload</span> <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
8 entries across 8 versions & 2 rubygems