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?



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

def durable?
  @durable?
end

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



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

def file
  @file
end

#local_pathObject

Returns the value of attribute local_path

Returns:

  • (Object)

    the current value of local_path



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

def local_path
  @local_path
end

#remote_pathObject

Returns the value of attribute remote_path

Returns:

  • (Object)

    the current value of remote_path



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

def remote_path
  @remote_path
end