Class: EBay::GetNotificationPreferencesRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetNotificationPreferencesRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetNotificationPreferencesRequestType
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
preferenceLevel - EBay::NotificationRoleCodeType
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.
-
#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.
-
#preferenceLevel ⇒ Object
Returns the value of attribute preferenceLevel.
-
#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, preferenceLevel = nil) ⇒ GetNotificationPreferencesRequestType
constructor
A new instance of GetNotificationPreferencesRequestType.
- #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, preferenceLevel = nil) ⇒ GetNotificationPreferencesRequestType
Returns a new instance of GetNotificationPreferencesRequestType.
3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 |
# File 'lib/eBay.rb', line 3552 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, preferenceLevel = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @preferenceLevel = preferenceLevel end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
3545 3546 3547 |
# File 'lib/eBay.rb', line 3545 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
3544 3545 3546 |
# File 'lib/eBay.rb', line 3544 def botBlock @botBlock end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
3535 3536 3537 |
# File 'lib/eBay.rb', line 3535 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
3539 3540 3541 |
# File 'lib/eBay.rb', line 3539 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
3540 3541 3542 |
# File 'lib/eBay.rb', line 3540 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
3536 3537 3538 |
# File 'lib/eBay.rb', line 3536 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
3541 3542 3543 |
# File 'lib/eBay.rb', line 3541 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
3537 3538 3539 |
# File 'lib/eBay.rb', line 3537 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
3542 3543 3544 |
# File 'lib/eBay.rb', line 3542 def outputSelector @outputSelector end |
#preferenceLevel ⇒ Object
Returns the value of attribute preferenceLevel.
3546 3547 3548 |
# File 'lib/eBay.rb', line 3546 def preferenceLevel @preferenceLevel end |
#version ⇒ Object
Returns the value of attribute version.
3538 3539 3540 |
# File 'lib/eBay.rb', line 3538 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
3543 3544 3545 |
# File 'lib/eBay.rb', line 3543 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
3548 3549 3550 |
# File 'lib/eBay.rb', line 3548 def set_any(elements) @__xmlele_any = elements end |