Class: EBay::CombinedPaymentPreferencesType
- Inherits:
-
Object
- Object
- EBay::CombinedPaymentPreferencesType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsCombinedPaymentPreferencesType
calculatedShippingPreferences - EBay::CalculatedShippingPreferencesType
combinedPaymentOption - EBay::CombinedPaymentOptionCodeType
combinedPaymentPeriod - EBay::CombinedPaymentPeriodCodeType
flatShippingPreferences - EBay::FlatShippingPreferencesType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#calculatedShippingPreferences ⇒ Object
Returns the value of attribute calculatedShippingPreferences.
-
#combinedPaymentOption ⇒ Object
Returns the value of attribute combinedPaymentOption.
-
#combinedPaymentPeriod ⇒ Object
Returns the value of attribute combinedPaymentPeriod.
-
#flatShippingPreferences ⇒ Object
Returns the value of attribute flatShippingPreferences.
Instance Method Summary collapse
-
#initialize(calculatedShippingPreferences = nil, combinedPaymentOption = nil, combinedPaymentPeriod = nil, flatShippingPreferences = nil) ⇒ CombinedPaymentPreferencesType
constructor
A new instance of CombinedPaymentPreferencesType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(calculatedShippingPreferences = nil, combinedPaymentOption = nil, combinedPaymentPeriod = nil, flatShippingPreferences = nil) ⇒ CombinedPaymentPreferencesType
Returns a new instance of CombinedPaymentPreferencesType.
23019 23020 23021 23022 23023 23024 23025 |
# File 'lib/eBay.rb', line 23019 def initialize(calculatedShippingPreferences = nil, combinedPaymentOption = nil, combinedPaymentPeriod = nil, flatShippingPreferences = nil) @calculatedShippingPreferences = calculatedShippingPreferences @combinedPaymentOption = combinedPaymentOption @combinedPaymentPeriod = combinedPaymentPeriod @flatShippingPreferences = flatShippingPreferences @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
23013 23014 23015 |
# File 'lib/eBay.rb', line 23013 def __xmlele_any @__xmlele_any end |
#calculatedShippingPreferences ⇒ Object
Returns the value of attribute calculatedShippingPreferences.
23009 23010 23011 |
# File 'lib/eBay.rb', line 23009 def calculatedShippingPreferences @calculatedShippingPreferences end |
#combinedPaymentOption ⇒ Object
Returns the value of attribute combinedPaymentOption.
23010 23011 23012 |
# File 'lib/eBay.rb', line 23010 def combinedPaymentOption @combinedPaymentOption end |
#combinedPaymentPeriod ⇒ Object
Returns the value of attribute combinedPaymentPeriod.
23011 23012 23013 |
# File 'lib/eBay.rb', line 23011 def combinedPaymentPeriod @combinedPaymentPeriod end |
#flatShippingPreferences ⇒ Object
Returns the value of attribute flatShippingPreferences.
23012 23013 23014 |
# File 'lib/eBay.rb', line 23012 def flatShippingPreferences @flatShippingPreferences end |
Instance Method Details
#set_any(elements) ⇒ Object
23015 23016 23017 |
# File 'lib/eBay.rb', line 23015 def set_any(elements) @__xmlele_any = elements end |