Class: Easyship::SalesTax::Fee

Inherits:
Struct
  • Object
show all
Defined in:
lib/easyship/sales_tax/calculator/fee.rb

Instance Attribute Summary collapse

Instance Attribute Details

#insurance_feeObject

Returns the value of attribute insurance_fee

Returns:

  • (Object)

    the current value of insurance_fee



3
4
5
# File 'lib/easyship/sales_tax/calculator/fee.rb', line 3

def insurance_fee
  @insurance_fee
end

#pickup_feeObject

Returns the value of attribute pickup_fee

Returns:

  • (Object)

    the current value of pickup_fee



3
4
5
# File 'lib/easyship/sales_tax/calculator/fee.rb', line 3

def pickup_fee
  @pickup_fee
end

#residential_surchargeObject

Returns the value of attribute residential_surcharge

Returns:

  • (Object)

    the current value of residential_surcharge



3
4
5
# File 'lib/easyship/sales_tax/calculator/fee.rb', line 3

def residential_surcharge
  @residential_surcharge
end

#shipment_charge_totalObject

Returns the value of attribute shipment_charge_total

Returns:

  • (Object)

    the current value of shipment_charge_total



3
4
5
# File 'lib/easyship/sales_tax/calculator/fee.rb', line 3

def shipment_charge_total
  @shipment_charge_total
end