Class: EBay::GetBidderListRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetBidderListRequestType

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
activeItemsOnly - SOAP::SOAPBoolean
endTimeFrom - SOAP::SOAPDateTime
endTimeTo - SOAP::SOAPDateTime
userID - (any)
granularityLevel - EBay::GranularityLevelCodeType

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, activeItemsOnly = nil, endTimeFrom = nil, endTimeTo = nil, userID = nil, granularityLevel = nil) ⇒ GetBidderListRequestType

Returns a new instance of GetBidderListRequestType.



2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
# File 'lib/eBay.rb', line 2064

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, activeItemsOnly = nil, endTimeFrom = nil, endTimeTo = nil, userID = nil, granularityLevel = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__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.



2053
2054
2055
# File 'lib/eBay.rb', line 2053

def __xmlele_any
  @__xmlele_any
end

#activeItemsOnlyObject

Returns the value of attribute activeItemsOnly.



2054
2055
2056
# File 'lib/eBay.rb', line 2054

def activeItemsOnly
  @activeItemsOnly
end

#botBlockObject

Returns the value of attribute botBlock.



2052
2053
2054
# File 'lib/eBay.rb', line 2052

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



2043
2044
2045
# File 'lib/eBay.rb', line 2043

def detailLevel
  @detailLevel
end

#endTimeFromObject

Returns the value of attribute endTimeFrom.



2055
2056
2057
# File 'lib/eBay.rb', line 2055

def endTimeFrom
  @endTimeFrom
end

#endTimeToObject

Returns the value of attribute endTimeTo.



2056
2057
2058
# File 'lib/eBay.rb', line 2056

def endTimeTo
  @endTimeTo
end

#endUserIPObject

Returns the value of attribute endUserIP.



2047
2048
2049
# File 'lib/eBay.rb', line 2047

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2048
2049
2050
# File 'lib/eBay.rb', line 2048

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2044
2045
2046
# File 'lib/eBay.rb', line 2044

def errorLanguage
  @errorLanguage
end

#granularityLevelObject

Returns the value of attribute granularityLevel.



2058
2059
2060
# File 'lib/eBay.rb', line 2058

def granularityLevel
  @granularityLevel
end

#invocationIDObject

Returns the value of attribute invocationID.



2049
2050
2051
# File 'lib/eBay.rb', line 2049

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



2045
2046
2047
# File 'lib/eBay.rb', line 2045

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2050
2051
2052
# File 'lib/eBay.rb', line 2050

def outputSelector
  @outputSelector
end

#userIDObject

Returns the value of attribute userID.



2057
2058
2059
# File 'lib/eBay.rb', line 2057

def userID
  @userID
end

#versionObject

Returns the value of attribute version.



2046
2047
2048
# File 'lib/eBay.rb', line 2046

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2051
2052
2053
# File 'lib/eBay.rb', line 2051

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2060
2061
2062
# File 'lib/eBay.rb', line 2060

def set_any(elements)
  @__xmlele_any = elements
end