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



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

def client
  @client
end

#threadObject

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



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

def thread
  @thread
end