Class: Conekta::Event

Inherits:
Resource show all
Includes:
Operations::Find, Operations::Where
Defined in:
lib/conekta/event.rb

Instance Attribute Summary collapse

Attributes inherited from Resource

#id

Attributes inherited from ConektaObject

#values

Method Summary

Methods included from Operations::Find

included

Methods included from Operations::Where

handle_type_of_paging, 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

#created_atObject

Returns the value of attribute created_at.



6
7
8
# File 'lib/conekta/event.rb', line 6

def created_at
  @created_at
end

#dataObject

Returns the value of attribute data.



6
7
8
# File 'lib/conekta/event.rb', line 6

def data
  @data
end

#livemodeObject

Returns the value of attribute livemode.



6
7
8
# File 'lib/conekta/event.rb', line 6

def livemode
  @livemode
end

#typeObject

Returns the value of attribute type.



6
7
8
# File 'lib/conekta/event.rb', line 6

def type
  @type
end

#webhook_statusObject

Returns the value of attribute webhook_status.



6
7
8
# File 'lib/conekta/event.rb', line 6

def webhook_status
  @webhook_status
end