Class: Uber::Partner::PaymentActivity
- Defined in:
- lib/uber/models/partner/payment.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#payments ⇒ Object
Returns the value of attribute payments.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Uber::Base
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count.
5 6 7 |
# File 'lib/uber/models/partner/payment.rb', line 5 def count @count end |
#limit ⇒ Object
Returns the value of attribute limit.
5 6 7 |
# File 'lib/uber/models/partner/payment.rb', line 5 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset.
5 6 7 |
# File 'lib/uber/models/partner/payment.rb', line 5 def offset @offset end |
#payments ⇒ Object
Returns the value of attribute payments.
5 6 7 |
# File 'lib/uber/models/partner/payment.rb', line 5 def payments @payments end |