Class: RubySMB::NTLM::OSVersion
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- RubySMB::NTLM::OSVersion
- Defined in:
- lib/ruby_smb/ntlm.rb
Overview
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
57 58 59 |
# File 'lib/ruby_smb/ntlm.rb', line 57 def to_s "Version #{major}.#{minor} (Build #{build}); NTLM Current Revision #{ntlm_revision}" end |