Class: RubySMB::Server::Share::Provider::Disk::Processor::Handle

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

Instance Attribute Summary collapse

Instance Attribute Details

#durable?Object

Returns the value of attribute durable?

Returns:

  • (Object)

    the current value of durable?



19
20
21
# File 'lib/ruby_smb/server/share/provider/disk/processor.rb', line 19

def durable?
  @durable?
end

#local_pathObject

Returns the value of attribute local_path

Returns:

  • (Object)

    the current value of local_path



19
20
21
# File 'lib/ruby_smb/server/share/provider/disk/processor.rb', line 19

def local_path
  @local_path
end

#remote_pathObject

Returns the value of attribute remote_path

Returns:

  • (Object)

    the current value of remote_path



19
20
21
# File 'lib/ruby_smb/server/share/provider/disk/processor.rb', line 19

def remote_path
  @remote_path
end