Class: RServiceBus::AppResource_ScpDownload

Inherits:
AppResource
  • Object
show all
Defined in:
lib/rservicebus/AppResource/ScpDownload.rb

Instance Method Summary collapse

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



44
45
46
47
48
# File 'lib/rservicebus/AppResource/ScpDownload.rb', line 44

def connect(uri)
  return ScpDownloadHelper.new( uri )

  return inputDir;
end