Class: Orderspace::Structs::Webhook
- Inherits:
-
Struct
- Object
- Struct
- Orderspace::Structs::Webhook
- Defined in:
- lib/orderspace/struct/webhook.rb
Instance Attribute Summary collapse
-
#deleted ⇒ Object
Returns the value of attribute deleted.
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
-
#events ⇒ Object
Returns the value of attribute events.
-
#id ⇒ Object
Returns the value of attribute id.
-
#signing_key ⇒ Object
Returns the value of attribute signing_key.
Instance Attribute Details
#deleted ⇒ Object
Returns the value of attribute deleted
5 6 7 |
# File 'lib/orderspace/struct/webhook.rb', line 5 def deleted @deleted end |
#endpoint ⇒ Object
Returns the value of attribute endpoint
5 6 7 |
# File 'lib/orderspace/struct/webhook.rb', line 5 def endpoint @endpoint end |
#events ⇒ Object
Returns the value of attribute events
5 6 7 |
# File 'lib/orderspace/struct/webhook.rb', line 5 def events @events end |
#id ⇒ Object
Returns the value of attribute id
5 6 7 |
# File 'lib/orderspace/struct/webhook.rb', line 5 def id @id end |
#signing_key ⇒ Object
Returns the value of attribute signing_key
5 6 7 |
# File 'lib/orderspace/struct/webhook.rb', line 5 def signing_key @signing_key end |