Class: GetExpressWishListRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetExpressWishListRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType
userID - SOAP::SOAPString
firstName - SOAP::SOAPString
lastName - SOAP::SOAPString
wishListID - SOAP::SOAPString
sortOrder - WishListSortCodeType
pagination - PaginationType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, userID = nil, firstName = nil, lastName = nil, wishListID = nil, sortOrder = nil, pagination = nil) ⇒ GetExpressWishListRequestType

Returns a new instance of GetExpressWishListRequestType.



2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
# File 'lib/eBay.rb', line 2129

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, userID = nil, firstName = nil, lastName = nil, wishListID = nil, sortOrder = nil, pagination = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @userID = userID
  @firstName = firstName
  @lastName = lastName
  @wishListID = wishListID
  @sortOrder = sortOrder
  @pagination = pagination
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2117
2118
2119
# File 'lib/eBay.rb', line 2117

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



2116
2117
2118
# File 'lib/eBay.rb', line 2116

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



2107
2108
2109
# File 'lib/eBay.rb', line 2107

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



2111
2112
2113
# File 'lib/eBay.rb', line 2111

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2112
2113
2114
# File 'lib/eBay.rb', line 2112

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2108
2109
2110
# File 'lib/eBay.rb', line 2108

def errorLanguage
  @errorLanguage
end

#firstNameObject

Returns the value of attribute firstName.



2119
2120
2121
# File 'lib/eBay.rb', line 2119

def firstName
  @firstName
end

#invocationIDObject

Returns the value of attribute invocationID.



2113
2114
2115
# File 'lib/eBay.rb', line 2113

def invocationID
  @invocationID
end

#lastNameObject

Returns the value of attribute lastName.



2120
2121
2122
# File 'lib/eBay.rb', line 2120

def lastName
  @lastName
end

#messageIDObject

Returns the value of attribute messageID.



2109
2110
2111
# File 'lib/eBay.rb', line 2109

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2114
2115
2116
# File 'lib/eBay.rb', line 2114

def outputSelector
  @outputSelector
end

#paginationObject

Returns the value of attribute pagination.



2123
2124
2125
# File 'lib/eBay.rb', line 2123

def pagination
  @pagination
end

#sortOrderObject

Returns the value of attribute sortOrder.



2122
2123
2124
# File 'lib/eBay.rb', line 2122

def sortOrder
  @sortOrder
end

#userIDObject

Returns the value of attribute userID.



2118
2119
2120
# File 'lib/eBay.rb', line 2118

def userID
  @userID
end

#versionObject

Returns the value of attribute version.



2110
2111
2112
# File 'lib/eBay.rb', line 2110

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2115
2116
2117
# File 'lib/eBay.rb', line 2115

def warningLevel
  @warningLevel
end

#wishListIDObject

Returns the value of attribute wishListID.



2121
2122
2123
# File 'lib/eBay.rb', line 2121

def wishListID
  @wishListID
end

Instance Method Details

#set_any(elements) ⇒ Object



2125
2126
2127
# File 'lib/eBay.rb', line 2125

def set_any(elements)
  @__xmlele_any = elements
end