Class: ExpressPreferencesType

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

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



17416
17417
17418
# File 'lib/eBay.rb', line 17416

def __xmlele_any
  @__xmlele_any
end

#defaultPayPalAccountObject

Returns the value of attribute defaultPayPalAccount.



17415
17416
17417
# File 'lib/eBay.rb', line 17415

def defaultPayPalAccount
  @defaultPayPalAccount
end

#expressSellingPreferenceObject

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