Method: Avmtrf1::Red::Profile#put_file

Defined in:
lib/avmtrf1/red/profile.rb

#put_file(file_path) ⇒ Object



27
28
29
30
31
# File 'lib/avmtrf1/red/profile.rb', line 27

def put_file(file_path)
  auth_url = client.authorization_url
  infov 'Authorization URL', auth_url
  put_file_request(auth_url, file_path)
end