Class: FedexWebServices::Soap::Ship::VariableHandlingChargeDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::VariableHandlingChargeDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12VariableHandlingChargeDetail
fixedValue - FedexWebServices::Soap::Ship::Money
percentValue - SOAP::SOAPDecimal
rateElementBasis - FedexWebServices::Soap::Ship::RateElementBasisType
rateTypeBasis - FedexWebServices::Soap::Ship::RateTypeBasisType
Instance Attribute Summary collapse
-
#fixedValue ⇒ Object
Returns the value of attribute fixedValue.
-
#percentValue ⇒ Object
Returns the value of attribute percentValue.
-
#rateElementBasis ⇒ Object
Returns the value of attribute rateElementBasis.
-
#rateTypeBasis ⇒ Object
Returns the value of attribute rateTypeBasis.
Instance Method Summary collapse
-
#initialize(fixedValue = nil, percentValue = nil, rateElementBasis = nil, rateTypeBasis = nil) ⇒ VariableHandlingChargeDetail
constructor
A new instance of VariableHandlingChargeDetail.
Constructor Details
#initialize(fixedValue = nil, percentValue = nil, rateElementBasis = nil, rateTypeBasis = nil) ⇒ VariableHandlingChargeDetail
Returns a new instance of VariableHandlingChargeDetail.
3595 3596 3597 3598 3599 3600 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3595 def initialize(fixedValue = nil, percentValue = nil, rateElementBasis = nil, rateTypeBasis = nil) @fixedValue = fixedValue @percentValue = percentValue @rateElementBasis = rateElementBasis @rateTypeBasis = rateTypeBasis end |
Instance Attribute Details
#fixedValue ⇒ Object
Returns the value of attribute fixedValue.
3590 3591 3592 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3590 def fixedValue @fixedValue end |
#percentValue ⇒ Object
Returns the value of attribute percentValue.
3591 3592 3593 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3591 def percentValue @percentValue end |
#rateElementBasis ⇒ Object
Returns the value of attribute rateElementBasis.
3592 3593 3594 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3592 def rateElementBasis @rateElementBasis end |
#rateTypeBasis ⇒ Object
Returns the value of attribute rateTypeBasis.
3593 3594 3595 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3593 def rateTypeBasis @rateTypeBasis end |