Class: QPay::PaymentListRequest
- Inherits:
-
Struct
- Object
- Struct
- QPay::PaymentListRequest
- Defined in:
- lib/qpay/models.rb
Instance Attribute Summary collapse
-
#end_date ⇒ Object
Returns the value of attribute end_date.
-
#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.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
Instance Attribute Details
#end_date ⇒ Object
Returns the value of attribute end_date
154 155 156 |
# File 'lib/qpay/models.rb', line 154 def end_date @end_date end |
#obj_id ⇒ Object
Returns the value of attribute obj_id
154 155 156 |
# File 'lib/qpay/models.rb', line 154 def obj_id @obj_id end |
#object_type ⇒ Object
Returns the value of attribute object_type
154 155 156 |
# File 'lib/qpay/models.rb', line 154 def object_type @object_type end |
#offset ⇒ Object
Returns the value of attribute offset
154 155 156 |
# File 'lib/qpay/models.rb', line 154 def offset @offset end |
#start_date ⇒ Object
Returns the value of attribute start_date
154 155 156 |
# File 'lib/qpay/models.rb', line 154 def start_date @start_date end |