Class: RubySMB::Server::Share::Provider::IpcPipe

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

Defined Under Namespace

Classes: Processor

Constant Summary

Constants inherited from Pipe

Pipe::TYPE

Instance Attribute Summary

Attributes inherited from Base

#name

Instance Method Summary collapse

Methods inherited from Base

#new_processor, #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