Sha256: 6a218a41eb36dbd5be79f6fd023185f89f5f4f6d59d0bffcfb053329b3882569
Contents?: true
Size: 1.33 KB
Versions: 3
Compression:
Stored size: 1.33 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 (Mu::Curl::Error::Authorize)</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/mu/curl/error.rb, line 11</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span> <span class="ruby-identifier">json</span> <span class="ruby-ivar">@scheme</span> = <span class="ruby-identifier">json</span>[<span class="ruby-value str">'scheme'</span>] <span class="ruby-ivar">@host</span> = <span class="ruby-identifier">json</span>[<span class="ruby-value str">'host'</span>] <span class="ruby-ivar">@port</span> = <span class="ruby-identifier">json</span>[<span class="ruby-value str">'port'</span>] <span class="ruby-ivar">@uuid</span> = <span class="ruby-identifier">json</span>[<span class="ruby-value str">'uuid'</span>] <span class="ruby-keyword kw">super</span> <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems