Class: RubySMB::Server::Share::Provider::IpcPipe
- Defined in:
- lib/ruby_smb/server/share/provider/pipe.rb
Defined Under Namespace
Classes: Processor
Constant Summary
Constants inherited from Pipe
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(name = 'IPC$') ⇒ IpcPipe
constructor
A new instance of IpcPipe.
Methods inherited from Base
#add_hook, #new_processor, #remove_hook, #type
Constructor Details
#initialize(name = 'IPC$') ⇒ IpcPipe
Returns a new instance of IpcPipe.
20 21 22 |
# File 'lib/ruby_smb/server/share/provider/pipe.rb', line 20 def initialize(name='IPC$') super end |