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



11
12
13
# File 'lib/ruby_smb/server.rb', line 11

def client
  @client
end

#threadObject

Returns the value of attribute thread



11
12
13
# File 'lib/ruby_smb/server.rb', line 11

def thread
  @thread
end