Class: EBay::SellerExcludeShipToLocationPreferencesType
- Inherits:
-
Object
- Object
- EBay::SellerExcludeShipToLocationPreferencesType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSellerExcludeShipToLocationPreferencesType
excludeShipToLocation - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#excludeShipToLocation ⇒ Object
Returns the value of attribute excludeShipToLocation.
Instance Method Summary collapse
-
#initialize(excludeShipToLocation = []) ⇒ SellerExcludeShipToLocationPreferencesType
constructor
A new instance of SellerExcludeShipToLocationPreferencesType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(excludeShipToLocation = []) ⇒ SellerExcludeShipToLocationPreferencesType
Returns a new instance of SellerExcludeShipToLocationPreferencesType.
31028 31029 31030 31031 |
# File 'lib/eBay.rb', line 31028 def initialize(excludeShipToLocation = []) @excludeShipToLocation = excludeShipToLocation @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
31022 31023 31024 |
# File 'lib/eBay.rb', line 31022 def __xmlele_any @__xmlele_any end |
#excludeShipToLocation ⇒ Object
Returns the value of attribute excludeShipToLocation.
31021 31022 31023 |
# File 'lib/eBay.rb', line 31021 def excludeShipToLocation @excludeShipToLocation end |
Instance Method Details
#set_any(elements) ⇒ Object
31024 31025 31026 |
# File 'lib/eBay.rb', line 31024 def set_any(elements) @__xmlele_any = elements end |