Class: CalculatedShippingPreferencesType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsCalculatedShippingPreferencesType

calculatedShippingAmountForEntireOrder - AmountType
calculatedShippingChargeOption - CalculatedShippingChargeOptionCodeType
calculatedShippingRateOption - CalculatedShippingRateOptionCodeType
insuranceOption - InsuranceOptionCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(calculatedShippingAmountForEntireOrder = nil, calculatedShippingChargeOption = nil, calculatedShippingRateOption = nil, insuranceOption = nil) ⇒ CalculatedShippingPreferencesType

Returns a new instance of CalculatedShippingPreferencesType.



17452
17453
17454
17455
17456
17457
17458
# File 'lib/eBay.rb', line 17452

def initialize(calculatedShippingAmountForEntireOrder = nil, calculatedShippingChargeOption = nil, calculatedShippingRateOption = nil, insuranceOption = nil)
  @calculatedShippingAmountForEntireOrder = calculatedShippingAmountForEntireOrder
  @calculatedShippingChargeOption = calculatedShippingChargeOption
  @calculatedShippingRateOption = calculatedShippingRateOption
  @insuranceOption = insuranceOption
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17446
17447
17448
# File 'lib/eBay.rb', line 17446

def __xmlele_any
  @__xmlele_any
end

#calculatedShippingAmountForEntireOrderObject

Returns the value of attribute calculatedShippingAmountForEntireOrder.



17442
17443
17444
# File 'lib/eBay.rb', line 17442

def calculatedShippingAmountForEntireOrder
  @calculatedShippingAmountForEntireOrder
end

#calculatedShippingChargeOptionObject

Returns the value of attribute calculatedShippingChargeOption.



17443
17444
17445
# File 'lib/eBay.rb', line 17443

def calculatedShippingChargeOption
  @calculatedShippingChargeOption
end

#calculatedShippingRateOptionObject

Returns the value of attribute calculatedShippingRateOption.



17444
17445
17446
# File 'lib/eBay.rb', line 17444

def calculatedShippingRateOption
  @calculatedShippingRateOption
end

#insuranceOptionObject

Returns the value of attribute insuranceOption.



17445
17446
17447
# File 'lib/eBay.rb', line 17445

def insuranceOption
  @insuranceOption
end

Instance Method Details

#set_any(elements) ⇒ Object



17448
17449
17450
# File 'lib/eBay.rb', line 17448

def set_any(elements)
  @__xmlele_any = elements
end