Class: ExpressPreferencesType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsExpressPreferencesType

expressSellingPreference - ExpressSellingPreferenceCodeType
defaultPayPalAccount - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(expressSellingPreference = nil, defaultPayPalAccount = nil) ⇒ ExpressPreferencesType

Returns a new instance of ExpressPreferencesType.



19155
19156
19157
19158
19159
# File 'lib/eBay.rb', line 19155

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.



19149
19150
19151
# File 'lib/eBay.rb', line 19149

def __xmlele_any
  @__xmlele_any
end

#defaultPayPalAccountObject

Returns the value of attribute defaultPayPalAccount.



19148
19149
19150
# File 'lib/eBay.rb', line 19148

def defaultPayPalAccount
  @defaultPayPalAccount
end

#expressSellingPreferenceObject

Returns the value of attribute expressSellingPreference.



19147
19148
19149
# File 'lib/eBay.rb', line 19147

def expressSellingPreference
  @expressSellingPreference
end

Instance Method Details

#set_any(elements) ⇒ Object



19151
19152
19153
# File 'lib/eBay.rb', line 19151

def set_any(elements)
  @__xmlele_any = elements
end