Class: Paymos::Invoice
- Defined in:
- lib/paymos/models.rb,
sig/paymos.rbs
Instance Attribute Summary collapse
-
#completed_at ⇒ Integer?
readonly
Returns the value of attribute completed_at.
-
#created_at ⇒ Integer
readonly
Returns the value of attribute created_at.
-
#expires_at ⇒ Integer?
readonly
Returns the value of attribute expires_at.
-
#invoice_id ⇒ String
readonly
Returns the value of attribute invoice_id.
-
#is_final ⇒ Boolean
readonly
Returns the value of attribute is_final.
-
#is_test ⇒ Boolean
readonly
Returns the value of attribute is_test.
-
#order ⇒ Order
readonly
Returns the value of attribute order.
-
#payment ⇒ Payment?
readonly
Returns the value of attribute payment.
-
#payment_url ⇒ String
readonly
Returns the value of attribute payment_url.
-
#project_id ⇒ String
readonly
Returns the value of attribute project_id.
-
#status ⇒ String
readonly
Returns the value of attribute status.
-
#updated_at ⇒ Integer
readonly
Returns the value of attribute updated_at.
Class Method Summary collapse
Methods inherited from Model
#[], deep_freeze, fields, #initialize, #to_h
Constructor Details
This class inherits a constructor from Paymos::Model
Instance Attribute Details
#completed_at ⇒ Integer? (readonly)
Returns the value of attribute completed_at.
98 99 100 |
# File 'sig/paymos.rbs', line 98 def completed_at @completed_at end |
#created_at ⇒ Integer (readonly)
Returns the value of attribute created_at.
95 96 97 |
# File 'sig/paymos.rbs', line 95 def created_at @created_at end |
#expires_at ⇒ Integer? (readonly)
Returns the value of attribute expires_at.
97 98 99 |
# File 'sig/paymos.rbs', line 97 def expires_at @expires_at end |
#invoice_id ⇒ String (readonly)
Returns the value of attribute invoice_id.
87 88 89 |
# File 'sig/paymos.rbs', line 87 def invoice_id @invoice_id end |
#is_final ⇒ Boolean (readonly)
Returns the value of attribute is_final.
90 91 92 |
# File 'sig/paymos.rbs', line 90 def is_final @is_final end |
#is_test ⇒ Boolean (readonly)
Returns the value of attribute is_test.
91 92 93 |
# File 'sig/paymos.rbs', line 91 def is_test @is_test end |
#order ⇒ Order (readonly)
Returns the value of attribute order.
93 94 95 |
# File 'sig/paymos.rbs', line 93 def order @order end |
#payment ⇒ Payment? (readonly)
Returns the value of attribute payment.
94 95 96 |
# File 'sig/paymos.rbs', line 94 def payment @payment end |
#payment_url ⇒ String (readonly)
Returns the value of attribute payment_url.
92 93 94 |
# File 'sig/paymos.rbs', line 92 def payment_url @payment_url end |
#project_id ⇒ String (readonly)
Returns the value of attribute project_id.
88 89 90 |
# File 'sig/paymos.rbs', line 88 def project_id @project_id end |
#status ⇒ String (readonly)
Returns the value of attribute status.
89 90 91 |
# File 'sig/paymos.rbs', line 89 def status @status end |
#updated_at ⇒ Integer (readonly)
Returns the value of attribute updated_at.
96 97 98 |
# File 'sig/paymos.rbs', line 96 def updated_at @updated_at end |