Class: RubySMB::Server::Connection
- Inherits:
-
Struct
- Object
- Struct
- RubySMB::Server::Connection
- Defined in:
- lib/ruby_smb/server.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
-
#thread ⇒ Object
Returns the value of attribute thread.
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client
15 16 17 |
# File 'lib/ruby_smb/server.rb', line 15 def client @client end |
#thread ⇒ Object
Returns the value of attribute thread
15 16 17 |
# File 'lib/ruby_smb/server.rb', line 15 def thread @thread end |