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

Returns:

  • (Object)

    the current value of client



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

def client
  @client
end

#threadObject

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



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

def thread
  @thread
end