Class: FedexWebServices::Soap::Rate::VariableHandlingChargeDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::VariableHandlingChargeDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13VariableHandlingChargeDetail
fixedValue - FedexWebServices::Soap::Rate::Money
percentValue - SOAP::SOAPDecimal
rateElementBasis - FedexWebServices::Soap::Rate::RateElementBasisType
rateTypeBasis - FedexWebServices::Soap::Rate::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.
3026 3027 3028 3029 3030 3031 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 3026 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.
3021 3022 3023 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 3021 def fixedValue @fixedValue end |
#percentValue ⇒ Object
Returns the value of attribute percentValue.
3022 3023 3024 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 3022 def percentValue @percentValue end |
#rateElementBasis ⇒ Object
Returns the value of attribute rateElementBasis.
3023 3024 3025 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 3023 def rateElementBasis @rateElementBasis end |
#rateTypeBasis ⇒ Object
Returns the value of attribute rateTypeBasis.
3024 3025 3026 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 3024 def rateTypeBasis @rateTypeBasis end |