Method: PortalModule::Command::Dts#download
- Defined in:
- lib/portal_module/command/dts.rb
#download(org, filepath) ⇒ Object
61 62 63 64 65 66 67 |
# File 'lib/portal_module/command/dts.rb', line 61 def download org, filepath cl = client.dts cl.download org, filepath ensure client.logout end |