Class: GetMyeBaySellingRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetMyeBaySellingRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType
scheduledList - ItemListCustomizationType
activeList - ItemListCustomizationType
soldList - ItemListCustomizationType
unsoldList - ItemListCustomizationType

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) ⇒ GetMyeBaySellingRequestType

Returns a new instance of GetMyeBaySellingRequestType.



2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
# File 'lib/eBay.rb', line 2956

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)
  @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
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2946
2947
2948
# File 'lib/eBay.rb', line 2946

def __xmlele_any
  @__xmlele_any
end

#activeListObject

Returns the value of attribute activeList.



2948
2949
2950
# File 'lib/eBay.rb', line 2948

def activeList
  @activeList
end

#botBlockObject

Returns the value of attribute botBlock.



2945
2946
2947
# File 'lib/eBay.rb', line 2945

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



2936
2937
2938
# File 'lib/eBay.rb', line 2936

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



2940
2941
2942
# File 'lib/eBay.rb', line 2940

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2941
2942
2943
# File 'lib/eBay.rb', line 2941

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2937
2938
2939
# File 'lib/eBay.rb', line 2937

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2942
2943
2944
# File 'lib/eBay.rb', line 2942

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



2938
2939
2940
# File 'lib/eBay.rb', line 2938

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2943
2944
2945
# File 'lib/eBay.rb', line 2943

def outputSelector
  @outputSelector
end

#scheduledListObject

Returns the value of attribute scheduledList.



2947
2948
2949
# File 'lib/eBay.rb', line 2947

def scheduledList
  @scheduledList
end

#soldListObject

Returns the value of attribute soldList.



2949
2950
2951
# File 'lib/eBay.rb', line 2949

def soldList
  @soldList
end

#unsoldListObject

Returns the value of attribute unsoldList.



2950
2951
2952
# File 'lib/eBay.rb', line 2950

def unsoldList
  @unsoldList
end

#versionObject

Returns the value of attribute version.



2939
2940
2941
# File 'lib/eBay.rb', line 2939

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2944
2945
2946
# File 'lib/eBay.rb', line 2944

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2952
2953
2954
# File 'lib/eBay.rb', line 2952

def set_any(elements)
  @__xmlele_any = elements
end