Class: EBay::GetMyeBaySellingRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetMyeBaySellingRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetMyeBaySellingRequestType
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
scheduledList - EBay::ItemListCustomizationType
activeList - EBay::ItemListCustomizationType
soldList - EBay::ItemListCustomizationType
unsoldList - EBay::ItemListCustomizationType
bidList - EBay::ItemListCustomizationType
deletedFromSoldList - EBay::ItemListCustomizationType
deletedFromUnsoldList - EBay::ItemListCustomizationType
sellingSummary - EBay::ItemListCustomizationType
hideVariations - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#activeList ⇒ Object
Returns the value of attribute activeList.
-
#bidList ⇒ Object
Returns the value of attribute bidList.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#deletedFromSoldList ⇒ Object
Returns the value of attribute deletedFromSoldList.
-
#deletedFromUnsoldList ⇒ Object
Returns the value of attribute deletedFromUnsoldList.
-
#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.
-
#hideVariations ⇒ Object
Returns the value of attribute hideVariations.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#scheduledList ⇒ Object
Returns the value of attribute scheduledList.
-
#sellingSummary ⇒ Object
Returns the value of attribute sellingSummary.
-
#soldList ⇒ Object
Returns the value of attribute soldList.
-
#unsoldList ⇒ Object
Returns the value of attribute unsoldList.
-
#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, scheduledList = nil, activeList = nil, soldList = nil, unsoldList = nil, bidList = nil, deletedFromSoldList = nil, deletedFromUnsoldList = nil, sellingSummary = nil, hideVariations = nil) ⇒ GetMyeBaySellingRequestType
constructor
A new instance of GetMyeBaySellingRequestType.
- #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, scheduledList = nil, activeList = nil, soldList = nil, unsoldList = nil, bidList = nil, deletedFromSoldList = nil, deletedFromUnsoldList = nil, sellingSummary = nil, hideVariations = nil) ⇒ GetMyeBaySellingRequestType
Returns a new instance of GetMyeBaySellingRequestType.
3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 |
# File 'lib/eBay.rb', line 3498 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, scheduledList = nil, activeList = nil, soldList = nil, unsoldList = nil, bidList = nil, deletedFromSoldList = nil, deletedFromUnsoldList = nil, sellingSummary = nil, hideVariations = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @scheduledList = scheduledList @activeList = activeList @soldList = soldList @unsoldList = unsoldList @bidList = bidList @deletedFromSoldList = deletedFromSoldList @deletedFromUnsoldList = deletedFromUnsoldList @sellingSummary = sellingSummary @hideVariations = hideVariations end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
3483 3484 3485 |
# File 'lib/eBay.rb', line 3483 def __xmlele_any @__xmlele_any end |
#activeList ⇒ Object
Returns the value of attribute activeList.
3485 3486 3487 |
# File 'lib/eBay.rb', line 3485 def activeList @activeList end |
#bidList ⇒ Object
Returns the value of attribute bidList.
3488 3489 3490 |
# File 'lib/eBay.rb', line 3488 def bidList @bidList end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
3482 3483 3484 |
# File 'lib/eBay.rb', line 3482 def botBlock @botBlock end |
#deletedFromSoldList ⇒ Object
Returns the value of attribute deletedFromSoldList.
3489 3490 3491 |
# File 'lib/eBay.rb', line 3489 def deletedFromSoldList @deletedFromSoldList end |
#deletedFromUnsoldList ⇒ Object
Returns the value of attribute deletedFromUnsoldList.
3490 3491 3492 |
# File 'lib/eBay.rb', line 3490 def deletedFromUnsoldList @deletedFromUnsoldList end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
3473 3474 3475 |
# File 'lib/eBay.rb', line 3473 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
3477 3478 3479 |
# File 'lib/eBay.rb', line 3477 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
3478 3479 3480 |
# File 'lib/eBay.rb', line 3478 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
3474 3475 3476 |
# File 'lib/eBay.rb', line 3474 def errorLanguage @errorLanguage end |
#hideVariations ⇒ Object
Returns the value of attribute hideVariations.
3492 3493 3494 |
# File 'lib/eBay.rb', line 3492 def hideVariations @hideVariations end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
3479 3480 3481 |
# File 'lib/eBay.rb', line 3479 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
3475 3476 3477 |
# File 'lib/eBay.rb', line 3475 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
3480 3481 3482 |
# File 'lib/eBay.rb', line 3480 def outputSelector @outputSelector end |
#scheduledList ⇒ Object
Returns the value of attribute scheduledList.
3484 3485 3486 |
# File 'lib/eBay.rb', line 3484 def scheduledList @scheduledList end |
#sellingSummary ⇒ Object
Returns the value of attribute sellingSummary.
3491 3492 3493 |
# File 'lib/eBay.rb', line 3491 def sellingSummary @sellingSummary end |
#soldList ⇒ Object
Returns the value of attribute soldList.
3486 3487 3488 |
# File 'lib/eBay.rb', line 3486 def soldList @soldList end |
#unsoldList ⇒ Object
Returns the value of attribute unsoldList.
3487 3488 3489 |
# File 'lib/eBay.rb', line 3487 def unsoldList @unsoldList end |
#version ⇒ Object
Returns the value of attribute version.
3476 3477 3478 |
# File 'lib/eBay.rb', line 3476 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
3481 3482 3483 |
# File 'lib/eBay.rb', line 3481 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
3494 3495 3496 |
# File 'lib/eBay.rb', line 3494 def set_any(elements) @__xmlele_any = elements end |