Class: Kiik::Charge
- Includes:
- Rest::Create
- Defined in:
- lib/kiik/charge.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#customer_id ⇒ Object
Returns the value of attribute customer_id.
-
#description ⇒ Object
Returns the value of attribute description.
-
#destination ⇒ Object
Returns the value of attribute destination.
-
#expected_compensation ⇒ Object
Returns the value of attribute expected_compensation.
-
#intermediaries ⇒ Object
Returns the value of attribute intermediaries.
-
#receipt_email ⇒ Object
Returns the value of attribute receipt_email.
-
#statement_descriptor ⇒ Object
Returns the value of attribute statement_descriptor.
-
#status ⇒ Object
Returns the value of attribute status.
Attributes inherited from Resource
Method Summary
Methods included from Rest::Create
Methods inherited from Resource
build, class_name, #initialize, opts, request, #to_json, url, #valid?
Constructor Details
This class inherits a constructor from Kiik::Resource
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
5 6 7 |
# File 'lib/kiik/charge.rb', line 5 def amount @amount end |
#customer_id ⇒ Object
Returns the value of attribute customer_id.
5 6 7 |
# File 'lib/kiik/charge.rb', line 5 def customer_id @customer_id end |
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/kiik/charge.rb', line 5 def description @description end |
#destination ⇒ Object
Returns the value of attribute destination.
5 6 7 |
# File 'lib/kiik/charge.rb', line 5 def destination @destination end |
#expected_compensation ⇒ Object
Returns the value of attribute expected_compensation.
5 6 7 |
# File 'lib/kiik/charge.rb', line 5 def expected_compensation @expected_compensation end |
#intermediaries ⇒ Object
Returns the value of attribute intermediaries.
5 6 7 |
# File 'lib/kiik/charge.rb', line 5 def intermediaries @intermediaries end |
#receipt_email ⇒ Object
Returns the value of attribute receipt_email.
5 6 7 |
# File 'lib/kiik/charge.rb', line 5 def receipt_email @receipt_email end |
#statement_descriptor ⇒ Object
Returns the value of attribute statement_descriptor.
5 6 7 |
# File 'lib/kiik/charge.rb', line 5 def statement_descriptor @statement_descriptor end |
#status ⇒ Object
Returns the value of attribute status.
5 6 7 |
# File 'lib/kiik/charge.rb', line 5 def status @status end |