Class: Uber::Partner::PaymentActivity

Inherits:
Base
  • Object
show all
Defined in:
lib/uber/models/partner/payment.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#[], #initialize

Constructor Details

This class inherits a constructor from Uber::Base

Instance Attribute Details

#countObject

Returns the value of attribute count.



5
6
7
# File 'lib/uber/models/partner/payment.rb', line 5

def count
  @count
end

#limitObject

Returns the value of attribute limit.



5
6
7
# File 'lib/uber/models/partner/payment.rb', line 5

def limit
  @limit
end

#offsetObject

Returns the value of attribute offset.



5
6
7
# File 'lib/uber/models/partner/payment.rb', line 5

def offset
  @offset
end

#paymentsObject

Returns the value of attribute payments.



5
6
7
# File 'lib/uber/models/partner/payment.rb', line 5

def payments
  @payments
end