Class: SSHScan::SSHLib::RomSShell::Version
- Inherits:
-
Object
- Object
- SSHScan::SSHLib::RomSShell::Version
- Defined in:
- lib/ssh_scan/ssh_lib/romsshell.rb
Instance Method Summary collapse
-
#initialize(version_string) ⇒ Version
constructor
A new instance of Version.
- #to_s ⇒ Object
Constructor Details
#initialize(version_string) ⇒ Version
Returns a new instance of Version.
5 6 7 |
# File 'lib/ssh_scan/ssh_lib/romsshell.rb', line 5 def initialize(version_string) @version_string = version_string end |
Instance Method Details
#to_s ⇒ Object
9 10 11 |
# File 'lib/ssh_scan/ssh_lib/romsshell.rb', line 9 def to_s @version_string end |