summaryrefslogtreecommitdiff
path: root/classes/Net/SSH/Multi/Version.html
diff options
context:
space:
mode:
Diffstat (limited to 'classes/Net/SSH/Multi/Version.html')
-rw-r--r--classes/Net/SSH/Multi/Version.html117
1 files changed, 117 insertions, 0 deletions
diff --git a/classes/Net/SSH/Multi/Version.html b/classes/Net/SSH/Multi/Version.html
new file mode 100644
index 0000000..3b9b8ad
--- /dev/null
+++ b/classes/Net/SSH/Multi/Version.html
@@ -0,0 +1,117 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html lang='en'>
+ <head>
+ <title>: Net::SSH::Multi::Version [Control multiple Net::SSH connections via a single interface.]</title>
+ <meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
+ <link href='../../../../rdoc-style.css' media='screen' rel='stylesheet' type='text/css'>
+ <script type='text/javascript'>
+ //<![CDATA[
+ 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'>Class</span>
+ Net::SSH::Multi::Version
+ </h1>
+ <ol class='paths'>
+ <li>
+ <a href="../../../../files/lib/net/ssh/multi/version_rb.html">lib/net/ssh/multi/version.rb</a>
+ </li>
+ </ol>
+ <div class='parent'>
+ Parent:
+ <strong>Net::SSH::Version</strong>
+ </div>
+ </div>
+ <div id='content'>
+ <div id='text'>
+ <div id='description'>
+ <p>
+ A trivial class for representing the version of this library.
+ </p>
+ </div>
+ <div id='section'>
+ <div id='constants-list'>
+ <h2>Constants</h2>
+ <div class='name-list'>
+ <table summary='Constants'>
+ <tr class='top-aligned-row context-row'>
+ <td class='context-item-name'>MAJOR</td>
+ <td>=</td>
+ <td class='context-item-value'>1</td>
+ <td>&nbsp;</td>
+ <td class='context-item-desc'>
+
+ The major component of the library&#8217;s version
+ </td>
+ </tr>
+ <tr class='top-aligned-row context-row'>
+ <td class='context-item-name'>MINOR</td>
+ <td>=</td>
+ <td class='context-item-value'>1</td>
+ <td>&nbsp;</td>
+ <td class='context-item-desc'>
+
+ The minor component of the library&#8217;s version
+ </td>
+ </tr>
+ <tr class='top-aligned-row context-row'>
+ <td class='context-item-name'>TINY</td>
+ <td>=</td>
+ <td class='context-item-value'>0</td>
+ <td>&nbsp;</td>
+ <td class='context-item-desc'>
+
+ The tiny component of the library&#8217;s version
+ </td>
+ </tr>
+ <tr class='top-aligned-row context-row'>
+ <td class='context-item-name'>CURRENT</td>
+ <td>=</td>
+ <td class='context-item-value'>new(MAJOR, MINOR, TINY)</td>
+ <td>&nbsp;</td>
+ <td class='context-item-desc'>
+
+ The library&#8217;s version as a <a href="Version.html">Version</a>
+ instance
+ </td>
+ </tr>
+ <tr class='top-aligned-row context-row'>
+ <td class='context-item-name'>STRING</td>
+ <td>=</td>
+ <td class='context-item-value'>CURRENT.to_s</td>
+ <td>&nbsp;</td>
+ <td class='context-item-desc'>
+
+ The library&#8217;s version as a String instance
+ </td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div id='footer-push'></div>
+ </div>
+ <div id='footer'>
+ <a href="http://github.com/mislav/hanna/tree/master"><strong>Hanna</strong> RDoc template</a>
+ </div>
+ </body>
+</html>