Class: SetUserNotesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetUserNotesRequestType

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
itemID - (any)
action - SetUserNotesActionCodeType
noteText - SOAP::SOAPString
transactionID - 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) ⇒ SetUserNotesRequestType

Returns a new instance of SetUserNotesRequestType.



6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
6939
6940
6941
6942
6943
# File 'lib/eBay.rb', line 6927

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)
  @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
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6917
6918
6919
# File 'lib/eBay.rb', line 6917

def __xmlele_any
  @__xmlele_any
end

#actionObject

Returns the value of attribute action.



6919
6920
6921
# File 'lib/eBay.rb', line 6919

def action
  @action
end

#botBlockObject

Returns the value of attribute botBlock.



6916
6917
6918
# File 'lib/eBay.rb', line 6916

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



6907
6908
6909
# File 'lib/eBay.rb', line 6907

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



6911
6912
6913
# File 'lib/eBay.rb', line 6911

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6912
6913
6914
# File 'lib/eBay.rb', line 6912

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6908
6909
6910
# File 'lib/eBay.rb', line 6908

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



6913
6914
6915
# File 'lib/eBay.rb', line 6913

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



6918
6919
6920
# File 'lib/eBay.rb', line 6918

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



6909
6910
6911
# File 'lib/eBay.rb', line 6909

def messageID
  @messageID
end

#noteTextObject

Returns the value of attribute noteText.



6920
6921
6922
# File 'lib/eBay.rb', line 6920

def noteText
  @noteText
end

#outputSelectorObject

Returns the value of attribute outputSelector.



6914
6915
6916
# File 'lib/eBay.rb', line 6914

def outputSelector
  @outputSelector
end

#transactionIDObject

Returns the value of attribute transactionID.



6921
6922
6923
# File 'lib/eBay.rb', line 6921

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



6910
6911
6912
# File 'lib/eBay.rb', line 6910

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



6915
6916
6917
# File 'lib/eBay.rb', line 6915

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



6923
6924
6925
# File 'lib/eBay.rb', line 6923

def set_any(elements)
  @__xmlele_any = elements
end