Class: QPay::InvoiceResponse
- Inherits:
-
Struct
- Object
- Struct
- QPay::InvoiceResponse
- Defined in:
- lib/qpay/models.rb
Instance Attribute Summary collapse
-
#invoice_id ⇒ Object
Returns the value of attribute invoice_id.
-
#qpay_short_url ⇒ Object
Returns the value of attribute qpay_short_url.
-
#qr_image ⇒ Object
Returns the value of attribute qr_image.
-
#qr_text ⇒ Object
Returns the value of attribute qr_text.
-
#urls ⇒ Object
Returns the value of attribute urls.
Instance Attribute Details
#invoice_id ⇒ Object
Returns the value of attribute invoice_id
99 100 101 |
# File 'lib/qpay/models.rb', line 99 def invoice_id @invoice_id end |
#qpay_short_url ⇒ Object
Returns the value of attribute qpay_short_url
99 100 101 |
# File 'lib/qpay/models.rb', line 99 def qpay_short_url @qpay_short_url end |
#qr_image ⇒ Object
Returns the value of attribute qr_image
99 100 101 |
# File 'lib/qpay/models.rb', line 99 def qr_image @qr_image end |
#qr_text ⇒ Object
Returns the value of attribute qr_text
99 100 101 |
# File 'lib/qpay/models.rb', line 99 def qr_text @qr_text end |
#urls ⇒ Object
Returns the value of attribute urls
99 100 101 |
# File 'lib/qpay/models.rb', line 99 def urls @urls end |