Class: GetUserContactDetailsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetUserContactDetailsRequestType

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 - SOAP::SOAPString
contactID - SOAP::SOAPString
requesterID - 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, contactID = nil, requesterID = nil) ⇒ GetUserContactDetailsRequestType

Returns a new instance of GetUserContactDetailsRequestType.



4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
# File 'lib/eBay.rb', line 4872

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, contactID = nil, requesterID = 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
  @contactID = contactID
  @requesterID = requesterID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4863
4864
4865
# File 'lib/eBay.rb', line 4863

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



4862
4863
4864
# File 'lib/eBay.rb', line 4862

def botBlock
  @botBlock
end

#contactIDObject

Returns the value of attribute contactID.



4865
4866
4867
# File 'lib/eBay.rb', line 4865

def contactID
  @contactID
end

#detailLevelObject

Returns the value of attribute detailLevel.



4853
4854
4855
# File 'lib/eBay.rb', line 4853

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



4857
4858
4859
# File 'lib/eBay.rb', line 4857

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4858
4859
4860
# File 'lib/eBay.rb', line 4858

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4854
4855
4856
# File 'lib/eBay.rb', line 4854

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



4859
4860
4861
# File 'lib/eBay.rb', line 4859

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



4864
4865
4866
# File 'lib/eBay.rb', line 4864

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



4855
4856
4857
# File 'lib/eBay.rb', line 4855

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



4860
4861
4862
# File 'lib/eBay.rb', line 4860

def outputSelector
  @outputSelector
end

#requesterIDObject

Returns the value of attribute requesterID.



4866
4867
4868
# File 'lib/eBay.rb', line 4866

def requesterID
  @requesterID
end

#versionObject

Returns the value of attribute version.



4856
4857
4858
# File 'lib/eBay.rb', line 4856

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4861
4862
4863
# File 'lib/eBay.rb', line 4861

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4868
4869
4870
# File 'lib/eBay.rb', line 4868

def set_any(elements)
  @__xmlele_any = elements
end