Sha256: 7afa4ec1faeab81eb60d2512ecdd6e93faff501d89b1f2119d0eecf455ed2c7c
Contents?: true
Size: 1.97 KB
Versions: 2
Compression:
Stored size: 1.97 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang='en'> <head> <title>GnipApi::Errors::Adapter</title> <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'> <link href='../../../css/style.css' media='screen' rel='stylesheet' type='text/css'> <script type='text/javascript'> function popupCode(url) { window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400") } function toggleCode(id) { var code = document.getElementById(id) code.style.display = code.style.display != 'block' ? 'block' : 'none' return true } // Make codeblocks hidden by default document.writeln('<' + 'style type="text/css">.method .source pre { display: none }<\/style>') </script> </head> <body class='page'> <div class='class' id='wrapper'> <div class='header'> <h1 class='name'><span class='type'>module</span> GnipApi::Errors::Adapter </h1> <ol class='paths'> <li> <a href="../../../files/lib/gnip_api/errors_rb.html">lib/gnip_api/errors.rb</a> </li> <li class='other'> <a href="../../../files/lib/gnip_api/response_rb.html">lib/gnip_api/response.rb</a> </li> <li> <a class='show' href='#' onclick='this.parentNode.parentNode.className += " expanded"; this.parentNode.removeChild(this); return false'>show all</a> </li> </ol> </div> <div id='content'> <div id='text'> <div id='description'></div> <div id='context'> </div> <div id='class-list'> <h2>Classes and Modules</h2> <ol> <li><a href="Adapter/GnipSoftwareError.html">GnipApi::Errors::Adapter::GnipSoftwareError</a></li> <li><a href="Adapter/RateLimitError.html">GnipApi::Errors::Adapter::RateLimitError</a></li> <li><a href="Adapter/RequestError.html">GnipApi::Errors::Adapter::RequestError</a></li> </ol> </div> <div id='section'> </div> </div> </div> <div id='footer-push'></div> </div> <div id='footer'> <a href="https://github.com/rdoc/hanna-nouveau"><strong>Hanna Nouveau</strong> RDoc template</a> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gnip_api-1.2.4 | doc/rdoc/classes/GnipApi/Errors/Adapter.html |
gnip_api-1.2.3 | doc/rdoc/classes/GnipApi/Errors/Adapter.html |