Class: Conekta::Refund

Inherits:
Resource show all
Defined in:
lib/conekta/refund.rb

Instance Attribute Summary collapse

Attributes inherited from Resource

#id

Attributes inherited from ConektaObject

#values

Method Summary

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

#amountObject

Returns the value of attribute amount.



4
5
6
# File 'lib/conekta/refund.rb', line 4

def amount
  @amount
end

#auth_codeObject

Returns the value of attribute auth_code.



4
5
6
# File 'lib/conekta/refund.rb', line 4

def auth_code
  @auth_code
end

#created_atObject

Returns the value of attribute created_at.



4
5
6
# File 'lib/conekta/refund.rb', line 4

def created_at
  @created_at
end