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

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

Instance Attribute Summary collapse

Instance Attribute Details

#durable?Object

Returns the value of attribute durable?

Returns:

  • (Object)

    the current value of durable?



11
12
13
# File 'lib/ruby_smb/server/share/provider/disk.rb', line 11

def durable?
  @durable?
end

#local_pathObject

Returns the value of attribute local_path

Returns:

  • (Object)

    the current value of local_path



11
12
13
# File 'lib/ruby_smb/server/share/provider/disk.rb', line 11

def local_path
  @local_path
end

#remote_pathObject

Returns the value of attribute remote_path

Returns:

  • (Object)

    the current value of remote_path



11
12
13
# File 'lib/ruby_smb/server/share/provider/disk.rb', line 11

def remote_path
  @remote_path
end