Class: Paymill::Payment
- Includes:
- Operations::Delete
- Defined in:
- lib/paymill/payment.rb
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
-
#card_holder ⇒ Object
Returns the value of attribute card_holder.
-
#card_type ⇒ Object
Returns the value of attribute card_type.
-
#client ⇒ Object
Returns the value of attribute client.
-
#code ⇒ Object
Returns the value of attribute code.
-
#country ⇒ Object
Returns the value of attribute country.
-
#expire_month ⇒ Object
Returns the value of attribute expire_month.
-
#expire_year ⇒ Object
Returns the value of attribute expire_year.
-
#holder ⇒ Object
Returns the value of attribute holder.
-
#id ⇒ Object
Returns the value of attribute id.
-
#last4 ⇒ Object
Returns the value of attribute last4.
-
#type ⇒ Object
Returns the value of attribute type.
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
#account ⇒ Object
Returns the value of attribute account.
5 6 7 |
# File 'lib/paymill/payment.rb', line 5 def account @account end |
#card_holder ⇒ Object
Returns the value of attribute card_holder.
5 6 7 |
# File 'lib/paymill/payment.rb', line 5 def card_holder @card_holder end |
#card_type ⇒ Object
Returns the value of attribute card_type.
5 6 7 |
# File 'lib/paymill/payment.rb', line 5 def card_type @card_type end |
#client ⇒ Object
Returns the value of attribute client.
5 6 7 |
# File 'lib/paymill/payment.rb', line 5 def client @client end |
#code ⇒ Object
Returns the value of attribute code.
5 6 7 |
# File 'lib/paymill/payment.rb', line 5 def code @code end |
#country ⇒ Object
Returns the value of attribute country.
5 6 7 |
# File 'lib/paymill/payment.rb', line 5 def country @country end |
#expire_month ⇒ Object
Returns the value of attribute expire_month.
5 6 7 |
# File 'lib/paymill/payment.rb', line 5 def expire_month @expire_month end |
#expire_year ⇒ Object
Returns the value of attribute expire_year.
5 6 7 |
# File 'lib/paymill/payment.rb', line 5 def expire_year @expire_year end |
#holder ⇒ Object
Returns the value of attribute holder.
5 6 7 |
# File 'lib/paymill/payment.rb', line 5 def holder @holder end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/paymill/payment.rb', line 5 def id @id end |
#last4 ⇒ Object
Returns the value of attribute last4.
5 6 7 |
# File 'lib/paymill/payment.rb', line 5 def last4 @last4 end |
#type ⇒ Object
Returns the value of attribute type.
5 6 7 |
# File 'lib/paymill/payment.rb', line 5 def type @type end |