Class: Webhook
- Inherits:
-
Object
- Object
- Webhook
- Defined in:
- lib/compropago_sdk/factory/models/webhook.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#status ⇒ Object
Returns the value of attribute status.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/compropago_sdk/factory/models/webhook.rb', line 3 def id @id end |
#mode ⇒ Object
Returns the value of attribute mode.
5 6 7 |
# File 'lib/compropago_sdk/factory/models/webhook.rb', line 5 def mode @mode end |
#status ⇒ Object
Returns the value of attribute status.
6 7 8 |
# File 'lib/compropago_sdk/factory/models/webhook.rb', line 6 def status @status end |
#url ⇒ Object
Returns the value of attribute url.
4 5 6 |
# File 'lib/compropago_sdk/factory/models/webhook.rb', line 4 def url @url end |