Sha256: 874fc4a310ae9630304b6d2d6a903c586c35fac9794815457711d46755bb093f
Contents?: true
Size: 1.3 KB
Versions: 2
Compression:
Stored size: 1.3 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang='en'> <head> <title>adapter.rb</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='file' id='wrapper'> <div class='header'> <h1 class='name'>adapter.rb </h1> <div class='paths'> lib/gnip_api/adapter.rb </div> <div class='last-update'> Last Update: <span class='datetime'>2017-08-11 14:16:14 -0300</span> </div> </div> <div id='content'> <div id='text'> <div id='description'></div> <div id='context'> </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/files/lib/gnip_api/adapter_rb.html |
gnip_api-1.2.3 | doc/rdoc/files/lib/gnip_api/adapter_rb.html |