Class: Conekta::Webhook
- Inherits:
-
Resource
- Object
- Hash
- ConektaObject
- Resource
- Conekta::Webhook
- Includes:
- Operations::Create, Operations::CustomAction, Operations::Delete, Operations::Find, Operations::Update, Operations::Where
- Defined in:
- lib/conekta/webhook.rb
Instance Attribute Summary collapse
-
#development_enabled ⇒ Object
Returns the value of attribute development_enabled.
-
#production_enabled ⇒ Object
Returns the value of attribute production_enabled.
-
#status ⇒ Object
Returns the value of attribute status.
-
#subscribed_events ⇒ Object
Returns the value of attribute subscribed_events.
-
#url ⇒ Object
Returns the value of attribute url.
Attributes inherited from Resource
Attributes inherited from ConektaObject
Method Summary
Methods included from Operations::CustomAction
Methods included from Operations::Update
Methods included from Operations::Delete
Methods included from Operations::Create
Methods included from Operations::Where
handle_type_of_paging, included
Methods included from Operations::Find
Methods inherited from Resource
#_url, _url, #create_member_with_relation, #initialize, underscored_class
Methods inherited from ConektaObject
#class_name, class_name, #create_attr, #first, #initialize, #inspect, #last, #load_from, #set_val, #to_s, #unset_key
Constructor Details
This class inherits a constructor from Conekta::Resource
Instance Attribute Details
#development_enabled ⇒ Object
Returns the value of attribute development_enabled.
10 11 12 |
# File 'lib/conekta/webhook.rb', line 10 def development_enabled @development_enabled end |
#production_enabled ⇒ Object
Returns the value of attribute production_enabled.
10 11 12 |
# File 'lib/conekta/webhook.rb', line 10 def production_enabled @production_enabled end |
#status ⇒ Object
Returns the value of attribute status.
10 11 12 |
# File 'lib/conekta/webhook.rb', line 10 def status @status end |
#subscribed_events ⇒ Object
Returns the value of attribute subscribed_events.
10 11 12 |
# File 'lib/conekta/webhook.rb', line 10 def subscribed_events @subscribed_events end |
#url ⇒ Object
Returns the value of attribute url.
10 11 12 |
# File 'lib/conekta/webhook.rb', line 10 def url @url end |