Class: EBay::GetMyeBayRemindersRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetMyeBayRemindersRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetMyeBayRemindersRequestType
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
- EBay::ReminderCustomizationType
sellingReminders - EBay::ReminderCustomizationType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#buyingReminders ⇒ Object
Returns the value of attribute buyingReminders.
-
#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.
-
#sellingReminders ⇒ Object
Returns the value of attribute sellingReminders.
-
#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, buyingReminders = nil, sellingReminders = nil) ⇒ GetMyeBayRemindersRequestType
constructor
A new instance of GetMyeBayRemindersRequestType.
- #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, buyingReminders = nil, sellingReminders = nil) ⇒ GetMyeBayRemindersRequestType
Returns a new instance of GetMyeBayRemindersRequestType.
3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 |
# File 'lib/eBay.rb', line 3435 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, = nil, sellingReminders = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @buyingReminders = @sellingReminders = sellingReminders end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
3427 3428 3429 |
# File 'lib/eBay.rb', line 3427 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
3426 3427 3428 |
# File 'lib/eBay.rb', line 3426 def botBlock @botBlock end |
#buyingReminders ⇒ Object
Returns the value of attribute buyingReminders.
3428 3429 3430 |
# File 'lib/eBay.rb', line 3428 def @buyingReminders end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
3417 3418 3419 |
# File 'lib/eBay.rb', line 3417 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
3421 3422 3423 |
# File 'lib/eBay.rb', line 3421 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
3422 3423 3424 |
# File 'lib/eBay.rb', line 3422 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
3418 3419 3420 |
# File 'lib/eBay.rb', line 3418 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
3423 3424 3425 |
# File 'lib/eBay.rb', line 3423 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
3419 3420 3421 |
# File 'lib/eBay.rb', line 3419 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
3424 3425 3426 |
# File 'lib/eBay.rb', line 3424 def outputSelector @outputSelector end |
#sellingReminders ⇒ Object
Returns the value of attribute sellingReminders.
3429 3430 3431 |
# File 'lib/eBay.rb', line 3429 def sellingReminders @sellingReminders end |
#version ⇒ Object
Returns the value of attribute version.
3420 3421 3422 |
# File 'lib/eBay.rb', line 3420 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
3425 3426 3427 |
# File 'lib/eBay.rb', line 3425 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
3431 3432 3433 |
# File 'lib/eBay.rb', line 3431 def set_any(elements) @__xmlele_any = elements end |