Method: PortalModule::Command::Dts#upload

Defined in:
lib/portal_module/command/dts.rb

#upload(org, filepath) ⇒ Object



34
35
36
37
38
39
40
# File 'lib/portal_module/command/dts.rb', line 34

def upload org, filepath
  cl = client.dts
  cl.upload org, filepath

ensure
  client.logout
end