Module: ChartMogul::API::Actions::Destroy
- Included in:
- Customer, DataSource, Plan
- Defined in:
- lib/chartmogul/api/actions/destroy.rb
Instance Method Summary collapse
Instance Method Details
#destroy! ⇒ Object
5 6 7 8 9 10 |
# File 'lib/chartmogul/api/actions/destroy.rb', line 5 def destroy! handling_errors do connection.delete("#{resource_path.apply(self.instance_attributes)}/#{uuid}") end true end |