Class: RubySMB::Server::Connection

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby_smb/server.rb

Instance Attribute Summary collapse

Instance Attribute Details

#clientObject

Returns the value of attribute client



15
16
17
# File 'lib/ruby_smb/server.rb', line 15

def client
  @client
end

#threadObject

Returns the value of attribute thread



15
16
17
# File 'lib/ruby_smb/server.rb', line 15

def thread
  @thread
end