Class: QPay::PaymentCheckResponse
- Inherits:
-
Struct
- Object
- Struct
- QPay::PaymentCheckResponse
- Defined in:
- lib/qpay/models.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#paid_amount ⇒ Object
Returns the value of attribute paid_amount.
-
#rows ⇒ Object
Returns the value of attribute rows.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
116 117 118 |
# File 'lib/qpay/models.rb', line 116 def count @count end |
#paid_amount ⇒ Object
Returns the value of attribute paid_amount
116 117 118 |
# File 'lib/qpay/models.rb', line 116 def paid_amount @paid_amount end |
#rows ⇒ Object
Returns the value of attribute rows
116 117 118 |
# File 'lib/qpay/models.rb', line 116 def rows @rows end |