Module: Bugly::APIOperations::Delete

Included in:
Category, Issue, Label, Milestone, Page, Project, Status, User, View
Defined in:
lib/bugly.rb

Instance Method Summary collapse

Instance Method Details

#deleteObject



130
131
132
133
134
# File 'lib/bugly.rb', line 130

def delete
  response, api_key = Bugly.request(:delete, url, @api_key)
  refresh_from(response, api_key)
  self
end