Class: Uber::Delivery::Receipt

Inherits:
Base
  • Object
show all
Defined in:
lib/uber/models/delivery/receipt.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

#charge_adjustmentsObject

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

#chargesObject

Returns the value of attribute charges.



4
5
6
# File 'lib/uber/models/delivery/receipt.rb', line 4

def charges
  @charges
end

#currency_codeObject

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_idObject

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_feeObject

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