Class: Paymill::Preauthorization
- Includes:
- Operations::Delete
- Defined in:
- lib/paymill/preauthorization.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#client ⇒ Object
Returns the value of attribute client.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#id ⇒ Object
Returns the value of attribute id.
-
#livemode ⇒ Object
Returns the value of attribute livemode.
-
#payment ⇒ Object
Returns the value of attribute payment.
-
#preauthorization ⇒ Object
Returns the value of attribute preauthorization.
-
#source ⇒ Object
Returns the value of attribute source.
-
#status ⇒ Object
Returns the value of attribute status.
Attributes inherited from Base
Method Summary
Methods included from Operations::Delete
Methods inherited from Base
#initialize, #parse_timestamps, #set_attributes
Methods included from Operations::Find
Methods included from Operations::Create
Methods included from Operations::All
Constructor Details
This class inherits a constructor from Paymill::Base
Instance Attribute Details
permalink #amount ⇒ Object
Returns the value of attribute amount.
5 6 7 |
# File 'lib/paymill/preauthorization.rb', line 5 def amount @amount end |
permalink #client ⇒ Object
Returns the value of attribute client.
5 6 7 |
# File 'lib/paymill/preauthorization.rb', line 5 def client @client end |
permalink #currency ⇒ Object
Returns the value of attribute currency.
5 6 7 |
# File 'lib/paymill/preauthorization.rb', line 5 def currency @currency end |
permalink #id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/paymill/preauthorization.rb', line 5 def id @id end |
permalink #livemode ⇒ Object
Returns the value of attribute livemode.
5 6 7 |
# File 'lib/paymill/preauthorization.rb', line 5 def livemode @livemode end |
permalink #payment ⇒ Object
Returns the value of attribute payment.
5 6 7 |
# File 'lib/paymill/preauthorization.rb', line 5 def payment @payment end |
permalink #preauthorization ⇒ Object
Returns the value of attribute preauthorization.
5 6 7 |
# File 'lib/paymill/preauthorization.rb', line 5 def @preauthorization end |
permalink #source ⇒ Object
Returns the value of attribute source.
5 6 7 |
# File 'lib/paymill/preauthorization.rb', line 5 def source @source end |
permalink #status ⇒ Object
Returns the value of attribute status.
5 6 7 |
# File 'lib/paymill/preauthorization.rb', line 5 def status @status end |