Class: Seam::Webhook
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Webhook
- Defined in:
- lib/seam/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::BaseResource
Instance Attribute Details
#event_types ⇒ Object
Returns the value of attribute event_types.
5 6 7 |
# File 'lib/seam/resources/webhook.rb', line 5 def event_types @event_types end |
#secret ⇒ Object
Returns the value of attribute secret.
5 6 7 |
# File 'lib/seam/resources/webhook.rb', line 5 def secret @secret end |
#url ⇒ Object
Returns the value of attribute url.
5 6 7 |
# File 'lib/seam/resources/webhook.rb', line 5 def url @url end |
#webhook_id ⇒ Object
Returns the value of attribute webhook_id.
5 6 7 |
# File 'lib/seam/resources/webhook.rb', line 5 def webhook_id @webhook_id end |