Class: GetBidderListRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetBidderListRequestType

Constant Summary collapse

@@schema_type =
"GetBidderListRequestType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]],
  ["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]],
  ["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]],
  ["invocationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
  ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["activeItemsOnly", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ActiveItemsOnly")]],
  ["endTimeFrom", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EndTimeFrom")]],
  ["endTimeTo", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EndTimeTo")]],
  ["userID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "UserID")]],
  ["granularityLevel", ["GranularityLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "GranularityLevel")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, activeItemsOnly = nil, endTimeFrom = nil, endTimeTo = nil, userID = nil, granularityLevel = nil) ⇒ GetBidderListRequestType

Returns a new instance of GetBidderListRequestType.



2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
# File 'lib/eBay.rb', line 2753

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, activeItemsOnly = nil, endTimeFrom = nil, endTimeTo = nil, userID = nil, granularityLevel = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @warningLevel = warningLevel
  @__xmlele_any = nil
  @activeItemsOnly = activeItemsOnly
  @endTimeFrom = endTimeFrom
  @endTimeTo = endTimeTo
  @userID = userID
  @granularityLevel = granularityLevel
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2742
2743
2744
# File 'lib/eBay.rb', line 2742

def __xmlele_any
  @__xmlele_any
end

#activeItemsOnlyObject

Returns the value of attribute activeItemsOnly.



2743
2744
2745
# File 'lib/eBay.rb', line 2743

def activeItemsOnly
  @activeItemsOnly
end

#detailLevelObject

Returns the value of attribute detailLevel.



2735
2736
2737
# File 'lib/eBay.rb', line 2735

def detailLevel
  @detailLevel
end

#endTimeFromObject

Returns the value of attribute endTimeFrom.



2744
2745
2746
# File 'lib/eBay.rb', line 2744

def endTimeFrom
  @endTimeFrom
end

#endTimeToObject

Returns the value of attribute endTimeTo.



2745
2746
2747
# File 'lib/eBay.rb', line 2745

def endTimeTo
  @endTimeTo
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2739
2740
2741
# File 'lib/eBay.rb', line 2739

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2736
2737
2738
# File 'lib/eBay.rb', line 2736

def errorLanguage
  @errorLanguage
end

#granularityLevelObject

Returns the value of attribute granularityLevel.



2747
2748
2749
# File 'lib/eBay.rb', line 2747

def granularityLevel
  @granularityLevel
end

#invocationIDObject

Returns the value of attribute invocationID.



2740
2741
2742
# File 'lib/eBay.rb', line 2740

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



2737
2738
2739
# File 'lib/eBay.rb', line 2737

def messageID
  @messageID
end

#userIDObject

Returns the value of attribute userID.



2746
2747
2748
# File 'lib/eBay.rb', line 2746

def userID
  @userID
end

#versionObject

Returns the value of attribute version.



2738
2739
2740
# File 'lib/eBay.rb', line 2738

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2741
2742
2743
# File 'lib/eBay.rb', line 2741

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2749
2750
2751
# File 'lib/eBay.rb', line 2749

def set_any(elements)
  @__xmlele_any = elements
end