Class: EBay::SellerExcludeShipToLocationPreferencesType

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

Overview

urn:ebay:apis:eBLBaseComponentsSellerExcludeShipToLocationPreferencesType

excludeShipToLocation - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



31022
31023
31024
# File 'lib/eBay.rb', line 31022

def __xmlele_any
  @__xmlele_any
end

#excludeShipToLocationObject

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