Class: ApproveLiveAuctionBiddersRequestType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, userCatalogID = nil, bidApproval = nil, approveAllPending = nil, allApprovedBiddingLimit = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1385
1386
1387
# File 'lib/eBay.rb', line 1385

def __xmlele_any
  @__xmlele_any
end

#allApprovedBiddingLimitObject

Returns the value of attribute allApprovedBiddingLimit.



1389
1390
1391
# File 'lib/eBay.rb', line 1389

def allApprovedBiddingLimit
  @allApprovedBiddingLimit
end

#approveAllPendingObject

Returns the value of attribute approveAllPending.



1388
1389
1390
# File 'lib/eBay.rb', line 1388

def approveAllPending
  @approveAllPending
end

#bidApprovalObject

Returns the value of attribute bidApproval.



1387
1388
1389
# File 'lib/eBay.rb', line 1387

def bidApproval
  @bidApproval
end

#detailLevelObject

Returns the value of attribute detailLevel.



1378
1379
1380
# File 'lib/eBay.rb', line 1378

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1382
1383
1384
# File 'lib/eBay.rb', line 1382

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1379
1380
1381
# File 'lib/eBay.rb', line 1379

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



1383
1384
1385
# File 'lib/eBay.rb', line 1383

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



1380
1381
1382
# File 'lib/eBay.rb', line 1380

def messageID
  @messageID
end

#userCatalogIDObject

Returns the value of attribute userCatalogID.



1386
1387
1388
# File 'lib/eBay.rb', line 1386

def userCatalogID
  @userCatalogID
end

#versionObject

Returns the value of attribute version.



1381
1382
1383
# File 'lib/eBay.rb', line 1381

def version
  @version
end

#warningLevelObject

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