class Uber::Partner::PaymentActivity

Attributes

count[RW]
limit[RW]
offset[RW]
payments[RW]

Public Instance Methods

payments=(values) click to toggle source
# File lib/uber/models/partner/payment.rb, line 7
def payments=(values)
  @payments = values.map { |value| Uber::Partner::Payment.new value }
end