Class: Recharge::Webhook
- Inherits:
-
Object
- Object
- Recharge::Webhook
- Extended by:
- HTTPRequest::Create, HTTPRequest::Delete, HTTPRequest::Get, HTTPRequest::List, HTTPRequest::Update
- Includes:
- Persistable
- Defined in:
- lib/recharge/classes.rb
Constant Summary collapse
- PATH =
"/webhooks".freeze
- COLLECTION =
"webhooks".freeze
- SINGLE =
"webhook".freeze
Instance Method Summary collapse
Methods included from HTTPRequest::Create
Methods included from HTTPRequest::Get
Methods included from HTTPRequest::List
Methods included from HTTPRequest::Update
Methods included from Persistable
Instance Method Details
#delete ⇒ Object
611 612 613 614 |
# File 'lib/recharge/classes.rb', line 611 def delete self.class.delete(id) true end |