Class: EBay::CalculatedShippingPreferencesType

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

Overview

urn:ebay:apis:eBLBaseComponentsCalculatedShippingPreferencesType

calculatedShippingAmountForEntireOrder - EBay::AmountType
calculatedShippingChargeOption - EBay::CalculatedShippingChargeOptionCodeType
calculatedShippingRateOption - EBay::CalculatedShippingRateOptionCodeType
insuranceOption - EBay::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.



21681
21682
21683
21684
21685
21686
21687
# File 'lib/eBay.rb', line 21681

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.



21675
21676
21677
# File 'lib/eBay.rb', line 21675

def __xmlele_any
  @__xmlele_any
end

#calculatedShippingAmountForEntireOrderObject

Returns the value of attribute calculatedShippingAmountForEntireOrder.



21671
21672
21673
# File 'lib/eBay.rb', line 21671

def calculatedShippingAmountForEntireOrder
  @calculatedShippingAmountForEntireOrder
end

#calculatedShippingChargeOptionObject

Returns the value of attribute calculatedShippingChargeOption.



21672
21673
21674
# File 'lib/eBay.rb', line 21672

def calculatedShippingChargeOption
  @calculatedShippingChargeOption
end

#calculatedShippingRateOptionObject

Returns the value of attribute calculatedShippingRateOption.



21673
21674
21675
# File 'lib/eBay.rb', line 21673

def calculatedShippingRateOption
  @calculatedShippingRateOption
end

#insuranceOptionObject

Returns the value of attribute insuranceOption.



21674
21675
21676
# File 'lib/eBay.rb', line 21674

def insuranceOption
  @insuranceOption
end

Instance Method Details

#set_any(elements) ⇒ Object



21677
21678
21679
# File 'lib/eBay.rb', line 21677

def set_any(elements)
  @__xmlele_any = elements
end