Class: EBay::GetMyeBaySellingRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetMyeBaySellingRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - 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

Instance Method Summary collapse

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, 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)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



3483
3484
3485
# File 'lib/eBay.rb', line 3483

def __xmlele_any
  @__xmlele_any
end

#activeListObject

Returns the value of attribute activeList.



3485
3486
3487
# File 'lib/eBay.rb', line 3485

def activeList
  @activeList
end

#bidListObject

Returns the value of attribute bidList.



3488
3489
3490
# File 'lib/eBay.rb', line 3488

def bidList
  @bidList
end

#botBlockObject

Returns the value of attribute botBlock.



3482
3483
3484
# File 'lib/eBay.rb', line 3482

def botBlock
  @botBlock
end

#deletedFromSoldListObject

Returns the value of attribute deletedFromSoldList.



3489
3490
3491
# File 'lib/eBay.rb', line 3489

def deletedFromSoldList
  @deletedFromSoldList
end

#deletedFromUnsoldListObject

Returns the value of attribute deletedFromUnsoldList.



3490
3491
3492
# File 'lib/eBay.rb', line 3490

def deletedFromUnsoldList
  @deletedFromUnsoldList
end

#detailLevelObject

Returns the value of attribute detailLevel.



3473
3474
3475
# File 'lib/eBay.rb', line 3473

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



3477
3478
3479
# File 'lib/eBay.rb', line 3477

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



3478
3479
3480
# File 'lib/eBay.rb', line 3478

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



3474
3475
3476
# File 'lib/eBay.rb', line 3474

def errorLanguage
  @errorLanguage
end

#hideVariationsObject

Returns the value of attribute hideVariations.



3492
3493
3494
# File 'lib/eBay.rb', line 3492

def hideVariations
  @hideVariations
end

#invocationIDObject

Returns the value of attribute invocationID.



3479
3480
3481
# File 'lib/eBay.rb', line 3479

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



3475
3476
3477
# File 'lib/eBay.rb', line 3475

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



3480
3481
3482
# File 'lib/eBay.rb', line 3480

def outputSelector
  @outputSelector
end

#scheduledListObject

Returns the value of attribute scheduledList.



3484
3485
3486
# File 'lib/eBay.rb', line 3484

def scheduledList
  @scheduledList
end

#sellingSummaryObject

Returns the value of attribute sellingSummary.



3491
3492
3493
# File 'lib/eBay.rb', line 3491

def sellingSummary
  @sellingSummary
end

#soldListObject

Returns the value of attribute soldList.



3486
3487
3488
# File 'lib/eBay.rb', line 3486

def soldList
  @soldList
end

#unsoldListObject

Returns the value of attribute unsoldList.



3487
3488
3489
# File 'lib/eBay.rb', line 3487

def unsoldList
  @unsoldList
end

#versionObject

Returns the value of attribute version.



3476
3477
3478
# File 'lib/eBay.rb', line 3476

def version
  @version
end

#warningLevelObject

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