Class: Paymill::Webhook
- Includes:
- Operations::Delete, Operations::Update
- Defined in:
- lib/paymill/webhook.rb
Instance Attribute Summary collapse
-
#event_types ⇒ Object
Returns the value of attribute event_types.
-
#id ⇒ Object
Returns the value of attribute id.
-
#livemode ⇒ Object
Returns the value of attribute livemode.
-
#url ⇒ Object
Returns the value of attribute url.
Attributes inherited from Base
Method Summary
Methods included from Operations::Update
Methods included from Operations::Delete
Methods inherited from Base
#initialize, #parse_timestamps, #set_attributes
Methods included from Operations::Find
Methods included from Operations::Create
Methods included from Operations::All
Constructor Details
This class inherits a constructor from Paymill::Base
Instance Attribute Details
permalink #event_types ⇒ Object
Returns the value of attribute event_types.
6 7 8 |
# File 'lib/paymill/webhook.rb', line 6 def event_types @event_types end |
permalink #id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/paymill/webhook.rb', line 6 def id @id end |
permalink #livemode ⇒ Object
Returns the value of attribute livemode.
6 7 8 |
# File 'lib/paymill/webhook.rb', line 6 def livemode @livemode end |
permalink #url ⇒ Object
Returns the value of attribute url.
6 7 8 |
# File 'lib/paymill/webhook.rb', line 6 def url @url end |