Class: Paggi::Charge
- Includes:
- Rest::Cancel, Rest::Capture, Rest::Create
- Defined in:
- lib/paggi/charge.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#customer ⇒ Object
Returns the value of attribute customer.
-
#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::Capture
Methods included from Rest::Cancel
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 Paggi::Resource
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
7 8 9 |
# File 'lib/paggi/charge.rb', line 7 def amount @amount end |
#customer ⇒ Object
Returns the value of attribute customer.
7 8 9 |
# File 'lib/paggi/charge.rb', line 7 def customer @customer end |
#description ⇒ Object
Returns the value of attribute description.
7 8 9 |
# File 'lib/paggi/charge.rb', line 7 def description @description end |
#destination ⇒ Object
Returns the value of attribute destination.
7 8 9 |
# File 'lib/paggi/charge.rb', line 7 def destination @destination end |
#expected_compensation ⇒ Object
Returns the value of attribute expected_compensation.
7 8 9 |
# File 'lib/paggi/charge.rb', line 7 def expected_compensation @expected_compensation end |
#intermediaries ⇒ Object
Returns the value of attribute intermediaries.
7 8 9 |
# File 'lib/paggi/charge.rb', line 7 def intermediaries @intermediaries end |
#receipt_email ⇒ Object
Returns the value of attribute receipt_email.
7 8 9 |
# File 'lib/paggi/charge.rb', line 7 def receipt_email @receipt_email end |
#statement_descriptor ⇒ Object
Returns the value of attribute statement_descriptor.
7 8 9 |
# File 'lib/paggi/charge.rb', line 7 def statement_descriptor @statement_descriptor end |
#status ⇒ Object
Returns the value of attribute status.
7 8 9 |
# File 'lib/paggi/charge.rb', line 7 def status @status end |