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.



1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
# File 'lib/eBay.rb', line 1026

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.



1016
1017
1018
# File 'lib/eBay.rb', line 1016

def __xmlele_any
  @__xmlele_any
end

#allApprovedBiddingLimitObject

Returns the value of attribute allApprovedBiddingLimit.



1020
1021
1022
# File 'lib/eBay.rb', line 1020

def allApprovedBiddingLimit
  @allApprovedBiddingLimit
end

#approveAllPendingObject

Returns the value of attribute approveAllPending.



1019
1020
1021
# File 'lib/eBay.rb', line 1019

def approveAllPending
  @approveAllPending
end

#bidApprovalObject

Returns the value of attribute bidApproval.



1018
1019
1020
# File 'lib/eBay.rb', line 1018

def bidApproval
  @bidApproval
end

#detailLevelObject

Returns the value of attribute detailLevel.



1009
1010
1011
# File 'lib/eBay.rb', line 1009

def detailLevel
  @detailLevel
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1013
1014
1015
# File 'lib/eBay.rb', line 1013

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1010
1011
1012
# File 'lib/eBay.rb', line 1010

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



1014
1015
1016
# File 'lib/eBay.rb', line 1014

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



1011
1012
1013
# File 'lib/eBay.rb', line 1011

def messageID
  @messageID
end

#userCatalogIDObject

Returns the value of attribute userCatalogID.



1017
1018
1019
# File 'lib/eBay.rb', line 1017

def userCatalogID
  @userCatalogID
end

#versionObject

Returns the value of attribute version.



1012
1013
1014
# File 'lib/eBay.rb', line 1012

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1015
1016
1017
# File 'lib/eBay.rb', line 1015

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1022
1023
1024
# File 'lib/eBay.rb', line 1022

def set_any(elements)
  @__xmlele_any = elements
end