Class: Uber::Partner::Payment
- Defined in:
- lib/uber/models/partner/payment.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#breakdown ⇒ Object
Returns the value of attribute breakdown.
-
#cash_collected ⇒ Object
Returns the value of attribute cash_collected.
-
#category ⇒ Object
Returns the value of attribute category.
-
#currency_code ⇒ Object
Returns the value of attribute currency_code.
-
#driver_id ⇒ Object
Returns the value of attribute driver_id.
-
#event_time ⇒ Object
Returns the value of attribute event_time.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#rider_fees ⇒ Object
Returns the value of attribute rider_fees.
-
#trip_id ⇒ Object
Returns the value of attribute trip_id.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Uber::Base
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
13 14 15 |
# File 'lib/uber/models/partner/payment.rb', line 13 def amount @amount end |
#breakdown ⇒ Object
Returns the value of attribute breakdown.
13 14 15 |
# File 'lib/uber/models/partner/payment.rb', line 13 def breakdown @breakdown end |
#cash_collected ⇒ Object
Returns the value of attribute cash_collected.
13 14 15 |
# File 'lib/uber/models/partner/payment.rb', line 13 def cash_collected @cash_collected end |
#category ⇒ Object
Returns the value of attribute category.
13 14 15 |
# File 'lib/uber/models/partner/payment.rb', line 13 def category @category end |
#currency_code ⇒ Object
Returns the value of attribute currency_code.
13 14 15 |
# File 'lib/uber/models/partner/payment.rb', line 13 def currency_code @currency_code end |
#driver_id ⇒ Object
Returns the value of attribute driver_id.
13 14 15 |
# File 'lib/uber/models/partner/payment.rb', line 13 def driver_id @driver_id end |
#event_time ⇒ Object
Returns the value of attribute event_time.
13 14 15 |
# File 'lib/uber/models/partner/payment.rb', line 13 def event_time @event_time end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
13 14 15 |
# File 'lib/uber/models/partner/payment.rb', line 13 def partner_id @partner_id end |
#rider_fees ⇒ Object
Returns the value of attribute rider_fees.
13 14 15 |
# File 'lib/uber/models/partner/payment.rb', line 13 def rider_fees @rider_fees end |
#trip_id ⇒ Object
Returns the value of attribute trip_id.
13 14 15 |
# File 'lib/uber/models/partner/payment.rb', line 13 def trip_id @trip_id end |