Class: EBay::GetUserRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetUserRequestType

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)
userID - SOAP::SOAPString
includeExpressRequirements - SOAP::SOAPBoolean
includeFeatureEligibility - 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, includeFeatureEligibility = nil) ⇒ GetUserRequestType

Returns a new instance of GetUserRequestType.



5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
# File 'lib/eBay.rb', line 5537

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, includeFeatureEligibility = 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
  @includeFeatureEligibility = includeFeatureEligibility
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5527
5528
5529
# File 'lib/eBay.rb', line 5527

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



5526
5527
5528
# File 'lib/eBay.rb', line 5526

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



5517
5518
5519
# File 'lib/eBay.rb', line 5517

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



5521
5522
5523
# File 'lib/eBay.rb', line 5521

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5522
5523
5524
# File 'lib/eBay.rb', line 5522

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5518
5519
5520
# File 'lib/eBay.rb', line 5518

def errorLanguage
  @errorLanguage
end

#includeExpressRequirementsObject

Returns the value of attribute includeExpressRequirements.



5530
5531
5532
# File 'lib/eBay.rb', line 5530

def includeExpressRequirements
  @includeExpressRequirements
end

#includeFeatureEligibilityObject

Returns the value of attribute includeFeatureEligibility.



5531
5532
5533
# File 'lib/eBay.rb', line 5531

def includeFeatureEligibility
  @includeFeatureEligibility
end

#invocationIDObject

Returns the value of attribute invocationID.



5523
5524
5525
# File 'lib/eBay.rb', line 5523

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



5528
5529
5530
# File 'lib/eBay.rb', line 5528

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



5519
5520
5521
# File 'lib/eBay.rb', line 5519

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



5524
5525
5526
# File 'lib/eBay.rb', line 5524

def outputSelector
  @outputSelector
end

#userIDObject

Returns the value of attribute userID.



5529
5530
5531
# File 'lib/eBay.rb', line 5529

def userID
  @userID
end

#versionObject

Returns the value of attribute version.



5520
5521
5522
# File 'lib/eBay.rb', line 5520

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5525
5526
5527
# File 'lib/eBay.rb', line 5525

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



5533
5534
5535
# File 'lib/eBay.rb', line 5533

def set_any(elements)
  @__xmlele_any = elements
end