Class: EBay::EBayPLUSPreferenceType
- Inherits:
-
Object
- Object
- EBay::EBayPLUSPreferenceType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentseBayPLUSPreferenceType
country - EBay::CountryCodeType
optInStatus - SOAP::SOAPBoolean
listingPreference - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#country ⇒ Object
Returns the value of attribute country.
-
#listingPreference ⇒ Object
Returns the value of attribute listingPreference.
-
#optInStatus ⇒ Object
Returns the value of attribute optInStatus.
Instance Method Summary collapse
-
#initialize(country = nil, optInStatus = nil, listingPreference = nil) ⇒ EBayPLUSPreferenceType
constructor
A new instance of EBayPLUSPreferenceType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
35959 35960 35961 |
# File 'lib/eBay.rb', line 35959 def __xmlele_any @__xmlele_any end |
#country ⇒ Object
Returns the value of attribute country.
35956 35957 35958 |
# File 'lib/eBay.rb', line 35956 def country @country end |
#listingPreference ⇒ Object
Returns the value of attribute listingPreference.
35958 35959 35960 |
# File 'lib/eBay.rb', line 35958 def listingPreference @listingPreference end |
#optInStatus ⇒ Object
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 |