Class: FedexWebServices::Soap::Ship::VariableHandlingCharges
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::VariableHandlingCharges
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12VariableHandlingCharges
variableHandlingCharge - FedexWebServices::Soap::Ship::Money
fixedVariableHandlingCharge - FedexWebServices::Soap::Ship::Money
percentVariableHandlingCharge - FedexWebServices::Soap::Ship::Money
totalCustomerCharge - FedexWebServices::Soap::Ship::Money
Instance Attribute Summary collapse
-
#fixedVariableHandlingCharge ⇒ Object
Returns the value of attribute fixedVariableHandlingCharge.
-
#percentVariableHandlingCharge ⇒ Object
Returns the value of attribute percentVariableHandlingCharge.
-
#totalCustomerCharge ⇒ Object
Returns the value of attribute totalCustomerCharge.
-
#variableHandlingCharge ⇒ Object
Returns the value of attribute variableHandlingCharge.
Instance Method Summary collapse
-
#initialize(variableHandlingCharge = nil, fixedVariableHandlingCharge = nil, percentVariableHandlingCharge = nil, totalCustomerCharge = nil) ⇒ VariableHandlingCharges
constructor
A new instance of VariableHandlingCharges.
Constructor Details
#initialize(variableHandlingCharge = nil, fixedVariableHandlingCharge = nil, percentVariableHandlingCharge = nil, totalCustomerCharge = nil) ⇒ VariableHandlingCharges
Returns a new instance of VariableHandlingCharges.
3614 3615 3616 3617 3618 3619 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3614 def initialize(variableHandlingCharge = nil, fixedVariableHandlingCharge = nil, percentVariableHandlingCharge = nil, totalCustomerCharge = nil) @variableHandlingCharge = variableHandlingCharge @fixedVariableHandlingCharge = fixedVariableHandlingCharge @percentVariableHandlingCharge = percentVariableHandlingCharge @totalCustomerCharge = totalCustomerCharge end |
Instance Attribute Details
#fixedVariableHandlingCharge ⇒ Object
Returns the value of attribute fixedVariableHandlingCharge.
3610 3611 3612 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3610 def fixedVariableHandlingCharge @fixedVariableHandlingCharge end |
#percentVariableHandlingCharge ⇒ Object
Returns the value of attribute percentVariableHandlingCharge.
3611 3612 3613 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3611 def percentVariableHandlingCharge @percentVariableHandlingCharge end |
#totalCustomerCharge ⇒ Object
Returns the value of attribute totalCustomerCharge.
3612 3613 3614 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3612 def totalCustomerCharge @totalCustomerCharge end |
#variableHandlingCharge ⇒ Object
Returns the value of attribute variableHandlingCharge.
3609 3610 3611 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3609 def variableHandlingCharge @variableHandlingCharge end |