Class: GetLiveAuctionBiddersRequestType
- Inherits:
-
Object
- Object
- GetLiveAuctionBiddersRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetLiveAuctionBiddersRequestType
Constant Summary collapse
- @@schema_type =
"GetLiveAuctionBiddersRequestType"
- @@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")]], ["userCatalogID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "UserCatalogID")]], ["bidderStatus", ["BidderStatusCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BidderStatus")]], ["pagination", ["PaginationType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Pagination")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#bidderStatus ⇒ Object
Returns the value of attribute bidderStatus.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#pagination ⇒ Object
Returns the value of attribute pagination.
-
#userCatalogID ⇒ Object
Returns the value of attribute userCatalogID.
-
#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, errorHandling = nil, invocationID = nil, warningLevel = nil, userCatalogID = nil, bidderStatus = [], pagination = nil) ⇒ GetLiveAuctionBiddersRequestType
constructor
A new instance of GetLiveAuctionBiddersRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, userCatalogID = nil, bidderStatus = [], pagination = nil) ⇒ GetLiveAuctionBiddersRequestType
Returns a new instance of GetLiveAuctionBiddersRequestType.
5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 |
# File 'lib/eBay.rb', line 5230 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, userCatalogID = nil, bidderStatus = [], pagination = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @userCatalogID = userCatalogID @bidderStatus = bidderStatus @pagination = pagination end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
5221 5222 5223 |
# File 'lib/eBay.rb', line 5221 def __xmlele_any @__xmlele_any end |
#bidderStatus ⇒ Object
Returns the value of attribute bidderStatus.
5223 5224 5225 |
# File 'lib/eBay.rb', line 5223 def bidderStatus @bidderStatus end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
5214 5215 5216 |
# File 'lib/eBay.rb', line 5214 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
5218 5219 5220 |
# File 'lib/eBay.rb', line 5218 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
5215 5216 5217 |
# File 'lib/eBay.rb', line 5215 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
5219 5220 5221 |
# File 'lib/eBay.rb', line 5219 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
5216 5217 5218 |
# File 'lib/eBay.rb', line 5216 def @messageID end |
#pagination ⇒ Object
Returns the value of attribute pagination.
5224 5225 5226 |
# File 'lib/eBay.rb', line 5224 def pagination @pagination end |
#userCatalogID ⇒ Object
Returns the value of attribute userCatalogID.
5222 5223 5224 |
# File 'lib/eBay.rb', line 5222 def userCatalogID @userCatalogID end |
#version ⇒ Object
Returns the value of attribute version.
5217 5218 5219 |
# File 'lib/eBay.rb', line 5217 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
5220 5221 5222 |
# File 'lib/eBay.rb', line 5220 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
5226 5227 5228 |
# File 'lib/eBay.rb', line 5226 def set_any(elements) @__xmlele_any = elements end |