Class: Onfleet::Webhook

Inherits:
OnfleetObject show all
Includes:
Actions::Create, Actions::Delete, Actions::List, Actions::Save
Defined in:
lib/onfleet-ruby/webhook.rb

Instance Attribute Summary

Attributes inherited from OnfleetObject

#params

Class Method Summary collapse

Methods included from Actions::Delete

included

Methods included from Actions::Save

#save

Methods included from Actions::List

included

Methods included from Actions::Create

included

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_urlObject



9
10
11
# File 'lib/onfleet-ruby/webhook.rb', line 9

def self.api_url
  '/webhooks'
end