Class: LeanCloud::SymbolUploader

Inherits:
LeanHTTP show all
Defined in:
lib/leancloud/http/symbol_uploader.rb

Overview

LeanCloud symbol uploader

Constant Summary

Constants inherited from LeanHTTP

LeanHTTP::BASE_URL_FMT, LeanHTTP::DOMAINS

Instance Method Summary collapse

Methods inherited from LeanHTTP

#initialize

Methods inherited from LeanObject

#exit_with_error, #exit_with_info, #show_error, #show_message, #show_success

Constructor Details

This class inherits a constructor from LeanCloud::LeanHTTP

Instance Method Details

#uploadObject



123
124
125
126
127
# File 'lib/leancloud/http/symbol_uploader.rb', line 123

def upload
  validate_options
  dump_symbol
  send_symbol
end