Class: EBay::GetUserContactDetailsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetUserContactDetailsRequestType

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 - 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.



5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
# File 'lib/eBay.rb', line 5590

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.



5581
5582
5583
# File 'lib/eBay.rb', line 5581

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



5580
5581
5582
# File 'lib/eBay.rb', line 5580

def botBlock
  @botBlock
end

#contactIDObject

Returns the value of attribute contactID.



5583
5584
5585
# File 'lib/eBay.rb', line 5583

def contactID
  @contactID
end

#detailLevelObject

Returns the value of attribute detailLevel.



5571
5572
5573
# File 'lib/eBay.rb', line 5571

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



5575
5576
5577
# File 'lib/eBay.rb', line 5575

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5576
5577
5578
# File 'lib/eBay.rb', line 5576

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5572
5573
5574
# File 'lib/eBay.rb', line 5572

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5577
5578
5579
# File 'lib/eBay.rb', line 5577

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



5582
5583
5584
# File 'lib/eBay.rb', line 5582

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



5573
5574
5575
# File 'lib/eBay.rb', line 5573

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



5578
5579
5580
# File 'lib/eBay.rb', line 5578

def outputSelector
  @outputSelector
end

#requesterIDObject

Returns the value of attribute requesterID.



5584
5585
5586
# File 'lib/eBay.rb', line 5584

def requesterID
  @requesterID
end

#versionObject

Returns the value of attribute version.



5574
5575
5576
# File 'lib/eBay.rb', line 5574

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5579
5580
5581
# File 'lib/eBay.rb', line 5579

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



5586
5587
5588
# File 'lib/eBay.rb', line 5586

def set_any(elements)
  @__xmlele_any = elements
end