Class: EBay::SetUserNotesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetUserNotesRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
itemID - (any)
action - EBay::SetUserNotesActionCodeType
noteText - SOAP::SOAPString
transactionID - SOAP::SOAPString
variationSpecifics - EBay::NameValueListArrayType
sKU - (any)
orderLineItemID - SOAP::SOAPString

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, itemID = nil, action = nil, noteText = nil, transactionID = nil, variationSpecifics = nil, sKU = nil, orderLineItemID = nil) ⇒ SetUserNotesRequestType

Returns a new instance of SetUserNotesRequestType.



8243
8244
8245
8246
8247
8248
8249
8250
8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
# File 'lib/eBay.rb', line 8243

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, action = nil, noteText = nil, transactionID = nil, variationSpecifics = nil, sKU = nil, orderLineItemID = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @itemID = itemID
  @action = action
  @noteText = noteText
  @transactionID = transactionID
  @variationSpecifics = variationSpecifics
  @sKU = sKU
  @orderLineItemID = orderLineItemID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8230
8231
8232
# File 'lib/eBay.rb', line 8230

def __xmlele_any
  @__xmlele_any
end

#actionObject

Returns the value of attribute action.



8232
8233
8234
# File 'lib/eBay.rb', line 8232

def action
  @action
end

#botBlockObject

Returns the value of attribute botBlock.



8229
8230
8231
# File 'lib/eBay.rb', line 8229

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



8220
8221
8222
# File 'lib/eBay.rb', line 8220

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



8224
8225
8226
# File 'lib/eBay.rb', line 8224

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



8225
8226
8227
# File 'lib/eBay.rb', line 8225

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



8221
8222
8223
# File 'lib/eBay.rb', line 8221

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



8226
8227
8228
# File 'lib/eBay.rb', line 8226

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



8231
8232
8233
# File 'lib/eBay.rb', line 8231

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



8222
8223
8224
# File 'lib/eBay.rb', line 8222

def messageID
  @messageID
end

#noteTextObject

Returns the value of attribute noteText.



8233
8234
8235
# File 'lib/eBay.rb', line 8233

def noteText
  @noteText
end

#orderLineItemIDObject

Returns the value of attribute orderLineItemID.



8237
8238
8239
# File 'lib/eBay.rb', line 8237

def orderLineItemID
  @orderLineItemID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



8227
8228
8229
# File 'lib/eBay.rb', line 8227

def outputSelector
  @outputSelector
end

#sKUObject

Returns the value of attribute sKU.



8236
8237
8238
# File 'lib/eBay.rb', line 8236

def sKU
  @sKU
end

#transactionIDObject

Returns the value of attribute transactionID.



8234
8235
8236
# File 'lib/eBay.rb', line 8234

def transactionID
  @transactionID
end

#variationSpecificsObject

Returns the value of attribute variationSpecifics.



8235
8236
8237
# File 'lib/eBay.rb', line 8235

def variationSpecifics
  @variationSpecifics
end

#versionObject

Returns the value of attribute version.



8223
8224
8225
# File 'lib/eBay.rb', line 8223

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



8228
8229
8230
# File 'lib/eBay.rb', line 8228

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



8239
8240
8241
# File 'lib/eBay.rb', line 8239

def set_any(elements)
  @__xmlele_any = elements
end