Class: EBxOptInPreferenceType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



24270
24271
24272
# File 'lib/eBay.rb', line 24270

def __xmlele_any
  @__xmlele_any
end

#eBxOptInPreferenceObject

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