Class: RubySMB::Server::Share::Provider::Base::Hook
- Inherits:
-
Struct
- Object
- Struct
- RubySMB::Server::Share::Provider::Base::Hook
- Defined in:
- lib/ruby_smb/server/share/provider.rb
Instance Attribute Summary collapse
-
#callback ⇒ Object
Returns the value of attribute callback.
-
#location ⇒ Object
Returns the value of attribute location.
-
#request_class ⇒ Object
Returns the value of attribute request_class.
Instance Attribute Details
#callback ⇒ Object
Returns the value of attribute callback
9 10 11 |
# File 'lib/ruby_smb/server/share/provider.rb', line 9 def callback @callback end |
#location ⇒ Object
Returns the value of attribute location
9 10 11 |
# File 'lib/ruby_smb/server/share/provider.rb', line 9 def location @location end |
#request_class ⇒ Object
Returns the value of attribute request_class
9 10 11 |
# File 'lib/ruby_smb/server/share/provider.rb', line 9 def request_class @request_class end |