Class: ExpressPreferencesType
- Inherits:
-
Object
- Object
- ExpressPreferencesType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsExpressPreferencesType
Constant Summary collapse
- @@schema_type =
"ExpressPreferencesType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["expressSellingPreference", ["ExpressSellingPreferenceCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ExpressSellingPreference")]], ["defaultPayPalAccount", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DefaultPayPalAccount")]], ["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.
-
#defaultPayPalAccount ⇒ Object
Returns the value of attribute defaultPayPalAccount.
-
#expressSellingPreference ⇒ Object
Returns the value of attribute expressSellingPreference.
Instance Method Summary collapse
-
#initialize(expressSellingPreference = nil, defaultPayPalAccount = nil) ⇒ ExpressPreferencesType
constructor
A new instance of ExpressPreferencesType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(expressSellingPreference = nil, defaultPayPalAccount = nil) ⇒ ExpressPreferencesType
Returns a new instance of ExpressPreferencesType.
17422 17423 17424 17425 17426 |
# File 'lib/eBay.rb', line 17422 def initialize(expressSellingPreference = nil, defaultPayPalAccount = nil) @expressSellingPreference = expressSellingPreference @defaultPayPalAccount = defaultPayPalAccount @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
17416 17417 17418 |
# File 'lib/eBay.rb', line 17416 def __xmlele_any @__xmlele_any end |
#defaultPayPalAccount ⇒ Object
Returns the value of attribute defaultPayPalAccount.
17415 17416 17417 |
# File 'lib/eBay.rb', line 17415 def defaultPayPalAccount @defaultPayPalAccount end |
#expressSellingPreference ⇒ Object
Returns the value of attribute expressSellingPreference.
17414 17415 17416 |
# File 'lib/eBay.rb', line 17414 def expressSellingPreference @expressSellingPreference end |
Instance Method Details
#set_any(elements) ⇒ Object
17418 17419 17420 |
# File 'lib/eBay.rb', line 17418 def set_any(elements) @__xmlele_any = elements end |