Class: Paymill::Webhook
- Includes:
- Restful::Delete, Restful::Update
- Defined in:
- lib/paymill/models/webhook.rb
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#email ⇒ Object
Returns the value of attribute email.
-
#event_types ⇒ Object
Returns the value of attribute event_types.
-
#livemode ⇒ Object
readonly
Returns the value of attribute livemode.
-
#url ⇒ Object
Returns the value of attribute url.
Attributes inherited from Base
#app_id, #created_at, #id, #updated_at
Method Summary
Methods included from Restful::Delete
Methods included from Restful::Update
Methods inherited from Base
Methods included from Restful::All
Methods included from Restful::Find
Methods included from Restful::Create
Constructor Details
This class inherits a constructor from Paymill::Base
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active.
7 8 9 |
# File 'lib/paymill/models/webhook.rb', line 7 def active @active end |
#email ⇒ Object
Returns the value of attribute email.
6 7 8 |
# File 'lib/paymill/models/webhook.rb', line 6 def email @email end |
#event_types ⇒ Object
Returns the value of attribute event_types.
7 8 9 |
# File 'lib/paymill/models/webhook.rb', line 7 def event_types @event_types end |
#livemode ⇒ Object (readonly)
Returns the value of attribute livemode.
6 7 8 |
# File 'lib/paymill/models/webhook.rb', line 6 def livemode @livemode end |
#url ⇒ Object
Returns the value of attribute url.
6 7 8 |
# File 'lib/paymill/models/webhook.rb', line 6 def url @url end |