Class: BillysBilling::Payment
- Defined in:
- lib/billys_billing/payment.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#created_time ⇒ Object
Returns the value of attribute created_time.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#currency_id ⇒ Object
Returns the value of attribute currency_id.
-
#exchange_rate ⇒ Object
Returns the value of attribute exchange_rate.
-
#id ⇒ Object
Returns the value of attribute id.
-
#invoice_currency ⇒ Object
Returns the value of attribute invoice_currency.
-
#paid_date ⇒ Object
Returns the value of attribute paid_date.
-
#success ⇒ Object
Returns the value of attribute success.
-
#type ⇒ Object
Returns the value of attribute type.
-
#url ⇒ Object
Returns the value of attribute url.
Attributes inherited from Base
Method Summary
Methods inherited from Base
#[], #initialize, lazy_attr_reader
Methods included from Association
Constructor Details
This class inherits a constructor from BillysBilling::Base
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
3 4 5 |
# File 'lib/billys_billing/payment.rb', line 3 def amount @amount end |
#created_time ⇒ Object
Returns the value of attribute created_time.
3 4 5 |
# File 'lib/billys_billing/payment.rb', line 3 def created_time @created_time end |
#currency ⇒ Object
Returns the value of attribute currency.
3 4 5 |
# File 'lib/billys_billing/payment.rb', line 3 def currency @currency end |
#currency_id ⇒ Object
Returns the value of attribute currency_id.
3 4 5 |
# File 'lib/billys_billing/payment.rb', line 3 def currency_id @currency_id end |
#exchange_rate ⇒ Object
Returns the value of attribute exchange_rate.
3 4 5 |
# File 'lib/billys_billing/payment.rb', line 3 def exchange_rate @exchange_rate end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/billys_billing/payment.rb', line 3 def id @id end |
#invoice_currency ⇒ Object
Returns the value of attribute invoice_currency.
3 4 5 |
# File 'lib/billys_billing/payment.rb', line 3 def invoice_currency @invoice_currency end |
#paid_date ⇒ Object
Returns the value of attribute paid_date.
3 4 5 |
# File 'lib/billys_billing/payment.rb', line 3 def paid_date @paid_date end |
#success ⇒ Object
Returns the value of attribute success.
3 4 5 |
# File 'lib/billys_billing/payment.rb', line 3 def success @success end |
#type ⇒ Object
Returns the value of attribute type.
3 4 5 |
# File 'lib/billys_billing/payment.rb', line 3 def type @type end |
#url ⇒ Object
Returns the value of attribute url.
3 4 5 |
# File 'lib/billys_billing/payment.rb', line 3 def url @url end |