Class: FedexWebServices::Soap::Ship::VariableHandlingChargeDetail

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

Instance Method Summary collapse

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

#fixedValueObject

Returns the value of attribute fixedValue.



3590
3591
3592
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3590

def fixedValue
  @fixedValue
end

#percentValueObject

Returns the value of attribute percentValue.



3591
3592
3593
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3591

def percentValue
  @percentValue
end

#rateElementBasisObject

Returns the value of attribute rateElementBasis.



3592
3593
3594
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3592

def rateElementBasis
  @rateElementBasis
end

#rateTypeBasisObject

Returns the value of attribute rateTypeBasis.



3593
3594
3595
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 3593

def rateTypeBasis
  @rateTypeBasis
end