Class: EBay::GetNotificationsUsageRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetNotificationsUsageRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetNotificationsUsageRequestType
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
startTime - SOAP::SOAPDateTime
endTime - SOAP::SOAPDateTime
itemID - (any)
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endTime ⇒ Object
Returns the value of attribute endTime.
-
#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.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#startTime ⇒ Object
Returns the value of attribute startTime.
-
#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, startTime = nil, endTime = nil, itemID = nil) ⇒ GetNotificationsUsageRequestType
constructor
A new instance of GetNotificationsUsageRequestType.
- #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, startTime = nil, endTime = nil, itemID = nil) ⇒ GetNotificationsUsageRequestType
Returns a new instance of GetNotificationsUsageRequestType.
3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 |
# File 'lib/eBay.rb', line 3602 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, startTime = nil, endTime = nil, itemID = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @startTime = startTime @endTime = endTime @itemID = itemID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
3593 3594 3595 |
# File 'lib/eBay.rb', line 3593 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
3592 3593 3594 |
# File 'lib/eBay.rb', line 3592 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
3583 3584 3585 |
# File 'lib/eBay.rb', line 3583 def detailLevel @detailLevel end |
#endTime ⇒ Object
Returns the value of attribute endTime.
3595 3596 3597 |
# File 'lib/eBay.rb', line 3595 def endTime @endTime end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
3587 3588 3589 |
# File 'lib/eBay.rb', line 3587 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
3588 3589 3590 |
# File 'lib/eBay.rb', line 3588 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
3584 3585 3586 |
# File 'lib/eBay.rb', line 3584 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
3589 3590 3591 |
# File 'lib/eBay.rb', line 3589 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
3596 3597 3598 |
# File 'lib/eBay.rb', line 3596 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
3585 3586 3587 |
# File 'lib/eBay.rb', line 3585 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
3590 3591 3592 |
# File 'lib/eBay.rb', line 3590 def outputSelector @outputSelector end |
#startTime ⇒ Object
Returns the value of attribute startTime.
3594 3595 3596 |
# File 'lib/eBay.rb', line 3594 def startTime @startTime end |
#version ⇒ Object
Returns the value of attribute version.
3586 3587 3588 |
# File 'lib/eBay.rb', line 3586 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
3591 3592 3593 |
# File 'lib/eBay.rb', line 3591 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
3598 3599 3600 |
# File 'lib/eBay.rb', line 3598 def set_any(elements) @__xmlele_any = elements end |