Class: GetUserRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetUserRequestType

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)
userID - SOAP::SOAPString
includeExpressRequirements - SOAP::SOAPBoolean

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, userID = nil, includeExpressRequirements = nil) ⇒ GetUserRequestType

Returns a new instance of GetUserRequestType.



4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
# File 'lib/eBay.rb', line 4820

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4811
4812
4813
# File 'lib/eBay.rb', line 4811

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



4810
4811
4812
# File 'lib/eBay.rb', line 4810

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



4801
4802
4803
# File 'lib/eBay.rb', line 4801

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



4805
4806
4807
# File 'lib/eBay.rb', line 4805

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4806
4807
4808
# File 'lib/eBay.rb', line 4806

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4802
4803
4804
# File 'lib/eBay.rb', line 4802

def errorLanguage
  @errorLanguage
end

#includeExpressRequirementsObject

Returns the value of attribute includeExpressRequirements.



4814
4815
4816
# File 'lib/eBay.rb', line 4814

def includeExpressRequirements
  @includeExpressRequirements
end

#invocationIDObject

Returns the value of attribute invocationID.



4807
4808
4809
# File 'lib/eBay.rb', line 4807

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



4812
4813
4814
# File 'lib/eBay.rb', line 4812

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



4803
4804
4805
# File 'lib/eBay.rb', line 4803

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



4808
4809
4810
# File 'lib/eBay.rb', line 4808

def outputSelector
  @outputSelector
end

#userIDObject

Returns the value of attribute userID.



4813
4814
4815
# File 'lib/eBay.rb', line 4813

def userID
  @userID
end

#versionObject

Returns the value of attribute version.



4804
4805
4806
# File 'lib/eBay.rb', line 4804

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4809
4810
4811
# File 'lib/eBay.rb', line 4809

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4816
4817
4818
# File 'lib/eBay.rb', line 4816

def set_any(elements)
  @__xmlele_any = elements
end