Class: Onfleet::Webhook
- Inherits:
-
OnfleetObject
- Object
- OnfleetObject
- Onfleet::Webhook
- Includes:
- Actions::Create, Actions::Delete, Actions::List, Actions::Save
- Defined in:
- lib/onfleet-ruby/webhook.rb
Instance Attribute Summary
Attributes inherited from OnfleetObject
Class Method Summary collapse
Methods included from Actions::Delete
Methods included from Actions::Save
Methods included from Actions::List
Methods included from Actions::Create
Methods inherited from OnfleetObject
#api_url, #attributes, #class_name, #initialize, #parse_response
Constructor Details
This class inherits a constructor from Onfleet::OnfleetObject
Class Method Details
.api_url ⇒ Object
9 10 11 |
# File 'lib/onfleet-ruby/webhook.rb', line 9 def self.api_url '/webhooks' end |