Class: EBxOptInPreferenceType
- Inherits:
-
Object
- Object
- EBxOptInPreferenceType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentseBxOptInPreferenceType
Constant Summary collapse
- @@schema_type =
"eBxOptInPreferenceType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["eBxOptInPreference", "SOAP::SOAPBoolean"], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#eBxOptInPreference ⇒ Object
Returns the value of attribute eBxOptInPreference.
Instance Method Summary collapse
-
#initialize(eBxOptInPreference = nil) ⇒ EBxOptInPreferenceType
constructor
A new instance of EBxOptInPreferenceType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(eBxOptInPreference = nil) ⇒ EBxOptInPreferenceType
Returns a new instance of EBxOptInPreferenceType.
24276 24277 24278 24279 |
# File 'lib/eBay.rb', line 24276 def initialize(eBxOptInPreference = nil) @eBxOptInPreference = eBxOptInPreference @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
24270 24271 24272 |
# File 'lib/eBay.rb', line 24270 def __xmlele_any @__xmlele_any end |
#eBxOptInPreference ⇒ Object
Returns the value of attribute eBxOptInPreference.
24269 24270 24271 |
# File 'lib/eBay.rb', line 24269 def eBxOptInPreference @eBxOptInPreference end |
Instance Method Details
#set_any(elements) ⇒ Object
24272 24273 24274 |
# File 'lib/eBay.rb', line 24272 def set_any(elements) @__xmlele_any = elements end |