Class: QPay::PaymentCheckRequest
- Inherits:
-
Struct
- Object
- Struct
- QPay::PaymentCheckRequest
- Defined in:
- lib/qpay/models.rb
Instance Attribute Summary collapse
-
#obj_id ⇒ Object
Returns the value of attribute obj_id.
-
#object_type ⇒ Object
Returns the value of attribute object_type.
-
#offset ⇒ Object
Returns the value of attribute offset.
Instance Attribute Details
#obj_id ⇒ Object
Returns the value of attribute obj_id
111 112 113 |
# File 'lib/qpay/models.rb', line 111 def obj_id @obj_id end |
#object_type ⇒ Object
Returns the value of attribute object_type
111 112 113 |
# File 'lib/qpay/models.rb', line 111 def object_type @object_type end |
#offset ⇒ Object
Returns the value of attribute offset
111 112 113 |
# File 'lib/qpay/models.rb', line 111 def offset @offset end |