Class: Payhub::WebhookEventPayload
- Inherits:
-
Struct
- Object
- Struct
- Payhub::WebhookEventPayload
- Defined in:
- lib/payhub/webhook.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#id ⇒ Object
Returns the value of attribute id.
-
#new_status ⇒ Object
Returns the value of attribute new_status.
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#payment_id ⇒ Object
Returns the value of attribute payment_id.
-
#prev_status ⇒ Object
Returns the value of attribute prev_status.
-
#source ⇒ Object
Returns the value of attribute source.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at
31 32 33 |
# File 'lib/payhub/webhook.rb', line 31 def created_at @created_at end |
#id ⇒ Object
Returns the value of attribute id
31 32 33 |
# File 'lib/payhub/webhook.rb', line 31 def id @id end |
#new_status ⇒ Object
Returns the value of attribute new_status
31 32 33 |
# File 'lib/payhub/webhook.rb', line 31 def new_status @new_status end |
#payload ⇒ Object
Returns the value of attribute payload
31 32 33 |
# File 'lib/payhub/webhook.rb', line 31 def payload @payload end |
#payment_id ⇒ Object
Returns the value of attribute payment_id
31 32 33 |
# File 'lib/payhub/webhook.rb', line 31 def payment_id @payment_id end |
#prev_status ⇒ Object
Returns the value of attribute prev_status
31 32 33 |
# File 'lib/payhub/webhook.rb', line 31 def prev_status @prev_status end |
#source ⇒ Object
Returns the value of attribute source
31 32 33 |
# File 'lib/payhub/webhook.rb', line 31 def source @source end |
#type ⇒ Object
Returns the value of attribute type
31 32 33 |
# File 'lib/payhub/webhook.rb', line 31 def type @type end |