Class: Conekta::Webhook

Inherits:
Resource show all
Includes:
Operations::Create, Operations::CustomAction, Operations::Delete, Operations::Find, Operations::Update, Operations::Where
Defined in:
lib/conekta/webhook.rb

Instance Attribute Summary collapse

Attributes inherited from Resource

#id

Attributes inherited from ConektaObject

#values

Method Summary

Methods included from Operations::CustomAction

#custom_action

Methods included from Operations::Update

#update

Methods included from Operations::Delete

#delete, #delete_member

Methods included from Operations::Create

included

Methods included from Operations::Where

handle_type_of_paging, included

Methods included from Operations::Find

included

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_enabledObject

Returns the value of attribute development_enabled.



10
11
12
# File 'lib/conekta/webhook.rb', line 10

def development_enabled
  @development_enabled
end

#production_enabledObject

Returns the value of attribute production_enabled.



10
11
12
# File 'lib/conekta/webhook.rb', line 10

def production_enabled
  @production_enabled
end

#statusObject

Returns the value of attribute status.



10
11
12
# File 'lib/conekta/webhook.rb', line 10

def status
  @status
end

#subscribed_eventsObject

Returns the value of attribute subscribed_events.



10
11
12
# File 'lib/conekta/webhook.rb', line 10

def subscribed_events
  @subscribed_events
end

#urlObject

Returns the value of attribute url.



10
11
12
# File 'lib/conekta/webhook.rb', line 10

def url
  @url
end