Class: RubySMB::Server::Share::Provider::Disk::Processor::Handle
- Inherits:
-
Struct
- Object
- Struct
- RubySMB::Server::Share::Provider::Disk::Processor::Handle
- Defined in:
- lib/ruby_smb/server/share/provider/disk/processor.rb
Instance Attribute Summary collapse
-
#durable? ⇒ Object
Returns the value of attribute durable?.
-
#file ⇒ Object
Returns the value of attribute file.
-
#local_path ⇒ Object
Returns the value of attribute local_path.
-
#remote_path ⇒ Object
Returns the value of attribute remote_path.
Instance Attribute Details
#durable? ⇒ Object
Returns the value of attribute durable?
20 21 22 |
# File 'lib/ruby_smb/server/share/provider/disk/processor.rb', line 20
def durable?
@durable?
end
|
#file ⇒ Object
Returns the value of attribute file
20 21 22 |
# File 'lib/ruby_smb/server/share/provider/disk/processor.rb', line 20 def file @file end |
#local_path ⇒ Object
Returns the value of attribute local_path
20 21 22 |
# File 'lib/ruby_smb/server/share/provider/disk/processor.rb', line 20 def local_path @local_path end |
#remote_path ⇒ Object
Returns the value of attribute remote_path
20 21 22 |
# File 'lib/ruby_smb/server/share/provider/disk/processor.rb', line 20 def remote_path @remote_path end |