Class: ApproveLiveAuctionBiddersRequestType
- Inherits:
-
Object
- Object
- ApproveLiveAuctionBiddersRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsApproveLiveAuctionBiddersRequestType
Constant Summary collapse
- @@schema_type =
"ApproveLiveAuctionBiddersRequestType"
- @@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")]], ["bidApproval", ["BidApprovalArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BidApproval")]], ["approveAllPending", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ApproveAllPending")]], ["allApprovedBiddingLimit", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AllApprovedBiddingLimit")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#allApprovedBiddingLimit ⇒ Object
Returns the value of attribute allApprovedBiddingLimit.
-
#approveAllPending ⇒ Object
Returns the value of attribute approveAllPending.
-
#bidApproval ⇒ Object
Returns the value of attribute bidApproval.
-
#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.
-
#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, bidApproval = nil, approveAllPending = nil, allApprovedBiddingLimit = nil) ⇒ ApproveLiveAuctionBiddersRequestType
constructor
A new instance of ApproveLiveAuctionBiddersRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, userCatalogID = nil, bidApproval = nil, approveAllPending = nil, allApprovedBiddingLimit = nil) ⇒ ApproveLiveAuctionBiddersRequestType
Returns a new instance of ApproveLiveAuctionBiddersRequestType.
1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 |
# File 'lib/eBay.rb', line 1395 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, userCatalogID = nil, bidApproval = nil, approveAllPending = nil, allApprovedBiddingLimit = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @userCatalogID = userCatalogID @bidApproval = bidApproval @approveAllPending = approveAllPending @allApprovedBiddingLimit = allApprovedBiddingLimit end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
1385 1386 1387 |
# File 'lib/eBay.rb', line 1385 def __xmlele_any @__xmlele_any end |
#allApprovedBiddingLimit ⇒ Object
Returns the value of attribute allApprovedBiddingLimit.
1389 1390 1391 |
# File 'lib/eBay.rb', line 1389 def allApprovedBiddingLimit @allApprovedBiddingLimit end |
#approveAllPending ⇒ Object
Returns the value of attribute approveAllPending.
1388 1389 1390 |
# File 'lib/eBay.rb', line 1388 def approveAllPending @approveAllPending end |
#bidApproval ⇒ Object
Returns the value of attribute bidApproval.
1387 1388 1389 |
# File 'lib/eBay.rb', line 1387 def bidApproval @bidApproval end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
1378 1379 1380 |
# File 'lib/eBay.rb', line 1378 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
1382 1383 1384 |
# File 'lib/eBay.rb', line 1382 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
1379 1380 1381 |
# File 'lib/eBay.rb', line 1379 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
1383 1384 1385 |
# File 'lib/eBay.rb', line 1383 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
1380 1381 1382 |
# File 'lib/eBay.rb', line 1380 def @messageID end |
#userCatalogID ⇒ Object
Returns the value of attribute userCatalogID.
1386 1387 1388 |
# File 'lib/eBay.rb', line 1386 def userCatalogID @userCatalogID end |
#version ⇒ Object
Returns the value of attribute version.
1381 1382 1383 |
# File 'lib/eBay.rb', line 1381 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
1384 1385 1386 |
# File 'lib/eBay.rb', line 1384 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
1391 1392 1393 |
# File 'lib/eBay.rb', line 1391 def set_any(elements) @__xmlele_any = elements end |