Module: Bugly::APIOperations::Create::ClassMethods
- Defined in:
- lib/bugly.rb
Instance Method Summary collapse
Instance Method Details
#create(params = {}, api_key = nil) ⇒ Object
107 108 109 110 |
# File 'lib/bugly.rb', line 107 def create(params={}, api_key=nil) response, api_key = Bugly.request(:post, self.url, api_key, params) Util.convert_to_bugly_object(response, api_key) end |