Class: Uber::Delivery::Receipt
- Defined in:
- lib/uber/models/delivery/receipt.rb
Instance Attribute Summary collapse
-
#charge_adjustments ⇒ Object
Returns the value of attribute charge_adjustments.
-
#charges ⇒ Object
Returns the value of attribute charges.
-
#currency_code ⇒ Object
Returns the value of attribute currency_code.
-
#delivery_id ⇒ Object
Returns the value of attribute delivery_id.
-
#total_fee ⇒ Object
Returns the value of attribute total_fee.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Uber::Base
Instance Attribute Details
#charge_adjustments ⇒ Object
Returns the value of attribute charge_adjustments.
4 5 6 |
# File 'lib/uber/models/delivery/receipt.rb', line 4 def charge_adjustments @charge_adjustments end |
#charges ⇒ Object
Returns the value of attribute charges.
4 5 6 |
# File 'lib/uber/models/delivery/receipt.rb', line 4 def charges @charges end |
#currency_code ⇒ Object
Returns the value of attribute currency_code.
4 5 6 |
# File 'lib/uber/models/delivery/receipt.rb', line 4 def currency_code @currency_code end |
#delivery_id ⇒ Object
Returns the value of attribute delivery_id.
4 5 6 |
# File 'lib/uber/models/delivery/receipt.rb', line 4 def delivery_id @delivery_id end |
#total_fee ⇒ Object
Returns the value of attribute total_fee.
4 5 6 |
# File 'lib/uber/models/delivery/receipt.rb', line 4 def total_fee @total_fee end |