Class: RServiceBus::AppResource_SmbFile

Inherits:
AppResource_Smb show all
Defined in:
lib/rservicebus/AppResource/SmbFile.rb

Instance Method Summary collapse

Methods inherited from AppResource_Smb

#processUri

Methods inherited from AppResource

#Begin, #Commit, #Rollback, #_connect, #finished, #getResource, #initialize, #reconnect

Constructor Details

This class inherits a constructor from RServiceBus::AppResource

Instance Method Details

#connect(uri) ⇒ Object



7
8
9
10
11
12
# File 'lib/rservicebus/AppResource/SmbFile.rb', line 7

def connect(uri)
	self.processUri
puts "@clean_path: #{@clean_path}"
               remote = @smb.open( @clean_path  )
	return remote	
end