Class: RubySMB::Server::Share::Provider::Base::Hook

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

Instance Attribute Summary collapse

Instance Attribute Details

#callbackObject

Returns the value of attribute callback

Returns:

  • (Object)

    the current value of callback



9
10
11
# File 'lib/ruby_smb/server/share/provider.rb', line 9

def callback
  @callback
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



9
10
11
# File 'lib/ruby_smb/server/share/provider.rb', line 9

def location
  @location
end

#request_classObject

Returns the value of attribute request_class

Returns:

  • (Object)

    the current value of request_class



9
10
11
# File 'lib/ruby_smb/server/share/provider.rb', line 9

def request_class
  @request_class
end