Class: Spotted::Resources::Webhooks
- Inherits:
-
Object
- Object
- Spotted::Resources::Webhooks
- Defined in:
- lib/spotted/resources/webhooks.rb
Instance Method Summary collapse
-
#initialize(client:) ⇒ Webhooks
constructor
private
A new instance of Webhooks.
- #unwrap(payload) ⇒ Object
Constructor Details
#initialize(client:) ⇒ Webhooks
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Webhooks.
17 18 19 |
# File 'lib/spotted/resources/webhooks.rb', line 17 def initialize(client:) @client = client end |