Class: QPay::PaymentCheckResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/qpay/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#count ⇒ Object

Returns the value of attribute count

Returns:

  • (Object) —

    the current value of count



116
117
118
# File 'lib/qpay/models.rb', line 116

def count
  @count
end

Returns the value of attribute paid_amount

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of rows



116
117
118
# File 'lib/qpay/models.rb', line 116

def rows
  @rows
end