Class: EBay::AddMemberMessagesAAQToBidderRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::AddMemberMessagesAAQToBidderRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsAddMemberMessagesAAQToBidderRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
addMemberMessagesAAQToBidderRequestContainer - EBay::AddMemberMessagesAAQToBidderRequestContainerType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#addMemberMessagesAAQToBidderRequestContainer ⇒ Object
Returns the value of attribute addMemberMessagesAAQToBidderRequestContainer.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, addMemberMessagesAAQToBidderRequestContainer = []) ⇒ AddMemberMessagesAAQToBidderRequestType
constructor
A new instance of AddMemberMessagesAAQToBidderRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, addMemberMessagesAAQToBidderRequestContainer = []) ⇒ AddMemberMessagesAAQToBidderRequestType
Returns a new instance of AddMemberMessagesAAQToBidderRequestType.
487 488 489 490 491 492 493 494 495 496 497 498 499 500 |
# File 'lib/eBay.rb', line 487 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, addMemberMessagesAAQToBidderRequestContainer = []) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @addMemberMessagesAAQToBidderRequestContainer = addMemberMessagesAAQToBidderRequestContainer end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
480 481 482 |
# File 'lib/eBay.rb', line 480 def __xmlele_any @__xmlele_any end |
#addMemberMessagesAAQToBidderRequestContainer ⇒ Object
Returns the value of attribute addMemberMessagesAAQToBidderRequestContainer.
481 482 483 |
# File 'lib/eBay.rb', line 481 def addMemberMessagesAAQToBidderRequestContainer @addMemberMessagesAAQToBidderRequestContainer end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
479 480 481 |
# File 'lib/eBay.rb', line 479 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
470 471 472 |
# File 'lib/eBay.rb', line 470 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
474 475 476 |
# File 'lib/eBay.rb', line 474 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
475 476 477 |
# File 'lib/eBay.rb', line 475 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
471 472 473 |
# File 'lib/eBay.rb', line 471 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
476 477 478 |
# File 'lib/eBay.rb', line 476 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
472 473 474 |
# File 'lib/eBay.rb', line 472 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
477 478 479 |
# File 'lib/eBay.rb', line 477 def outputSelector @outputSelector end |
#version ⇒ Object
Returns the value of attribute version.
473 474 475 |
# File 'lib/eBay.rb', line 473 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
478 479 480 |
# File 'lib/eBay.rb', line 478 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
483 484 485 |
# File 'lib/eBay.rb', line 483 def set_any(elements) @__xmlele_any = elements end |