Class: FedexWebServices::Soap::Rate::VariableHandlingChargeDetail

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#fixedValueObject

Returns the value of attribute fixedValue.



3021
3022
3023
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 3021

def fixedValue
  @fixedValue
end

#percentValueObject

Returns the value of attribute percentValue.



3022
3023
3024
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 3022

def percentValue
  @percentValue
end

#rateElementBasisObject

Returns the value of attribute rateElementBasis.



3023
3024
3025
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 3023

def rateElementBasis
  @rateElementBasis
end

#rateTypeBasisObject

Returns the value of attribute rateTypeBasis.



3024
3025
3026
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 3024

def rateTypeBasis
  @rateTypeBasis
end