Class: EBay::EBayPLUSPreferenceType

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

Overview

urn:ebay:apis:eBLBaseComponentseBayPLUSPreferenceType

country - EBay::CountryCodeType
optInStatus - SOAP::SOAPBoolean
listingPreference - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(country = nil, optInStatus = nil, listingPreference = nil) ⇒ EBayPLUSPreferenceType

Returns a new instance of EBayPLUSPreferenceType.



35965
35966
35967
35968
35969
35970
# File 'lib/eBay.rb', line 35965

def initialize(country = nil, optInStatus = nil, listingPreference = nil)
  @country = country
  @optInStatus = optInStatus
  @listingPreference = listingPreference
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



35959
35960
35961
# File 'lib/eBay.rb', line 35959

def __xmlele_any
  @__xmlele_any
end

#countryObject

Returns the value of attribute country.



35956
35957
35958
# File 'lib/eBay.rb', line 35956

def country
  @country
end

#listingPreferenceObject

Returns the value of attribute listingPreference.



35958
35959
35960
# File 'lib/eBay.rb', line 35958

def listingPreference
  @listingPreference
end

#optInStatusObject

Returns the value of attribute optInStatus.



35957
35958
35959
# File 'lib/eBay.rb', line 35957

def optInStatus
  @optInStatus
end

Instance Method Details

#set_any(elements) ⇒ Object



35961
35962
35963
# File 'lib/eBay.rb', line 35961

def set_any(elements)
  @__xmlele_any = elements
end