Class: Seam::Resources::Webhook
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::Webhook
- Defined in:
- lib/seam/routes/resources/webhook.rb
Instance Attribute Summary collapse
-
#event_types ⇒ Object
Returns the value of attribute event_types.
-
#secret ⇒ Object
Returns the value of attribute secret.
-
#url ⇒ Object
Returns the value of attribute url.
-
#webhook_id ⇒ Object
Returns the value of attribute webhook_id.
Attributes inherited from BaseResource
Method Summary
Methods inherited from BaseResource
date_accessor, #initialize, #inspect, load_from_response, #update_from_response
Constructor Details
This class inherits a constructor from Seam::Resources::BaseResource
Instance Attribute Details
#event_types ⇒ Object
Returns the value of attribute event_types.
6 7 8 |
# File 'lib/seam/routes/resources/webhook.rb', line 6 def event_types @event_types end |
#secret ⇒ Object
Returns the value of attribute secret.
6 7 8 |
# File 'lib/seam/routes/resources/webhook.rb', line 6 def secret @secret end |
#url ⇒ Object
Returns the value of attribute url.
6 7 8 |
# File 'lib/seam/routes/resources/webhook.rb', line 6 def url @url end |
#webhook_id ⇒ Object
Returns the value of attribute webhook_id.
6 7 8 |
# File 'lib/seam/routes/resources/webhook.rb', line 6 def webhook_id @webhook_id end |