Class: ApproveLiveAuctionBiddersRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsApproveLiveAuctionBiddersRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType
userCatalogID - SOAP::SOAPInt
bidApproval - BidApprovalArrayType
approveAllPending - SOAP::SOAPBoolean
allApprovedBiddingLimit - AmountType

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, userCatalogID = nil, bidApproval = nil, approveAllPending = nil, allApprovedBiddingLimit = nil) ⇒ ApproveLiveAuctionBiddersRequestType

Returns a new instance of ApproveLiveAuctionBiddersRequestType.



701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
# File 'lib/eBay.rb', line 701

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, userCatalogID = nil, bidApproval = nil, approveAllPending = nil, allApprovedBiddingLimit = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__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.



691
692
693
# File 'lib/eBay.rb', line 691

def __xmlele_any
  @__xmlele_any
end

#allApprovedBiddingLimitObject

Returns the value of attribute allApprovedBiddingLimit.



695
696
697
# File 'lib/eBay.rb', line 695

def allApprovedBiddingLimit
  @allApprovedBiddingLimit
end

#approveAllPendingObject

Returns the value of attribute approveAllPending.



694
695
696
# File 'lib/eBay.rb', line 694

def approveAllPending
  @approveAllPending
end

#bidApprovalObject

Returns the value of attribute bidApproval.



693
694
695
# File 'lib/eBay.rb', line 693

def bidApproval
  @bidApproval
end

#botBlockObject

Returns the value of attribute botBlock.



690
691
692
# File 'lib/eBay.rb', line 690

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



681
682
683
# File 'lib/eBay.rb', line 681

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



685
686
687
# File 'lib/eBay.rb', line 685

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



686
687
688
# File 'lib/eBay.rb', line 686

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



682
683
684
# File 'lib/eBay.rb', line 682

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



687
688
689
# File 'lib/eBay.rb', line 687

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



683
684
685
# File 'lib/eBay.rb', line 683

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



688
689
690
# File 'lib/eBay.rb', line 688

def outputSelector
  @outputSelector
end

#userCatalogIDObject

Returns the value of attribute userCatalogID.



692
693
694
# File 'lib/eBay.rb', line 692

def userCatalogID
  @userCatalogID
end

#versionObject

Returns the value of attribute version.



684
685
686
# File 'lib/eBay.rb', line 684

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



689
690
691
# File 'lib/eBay.rb', line 689

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



697
698
699
# File 'lib/eBay.rb', line 697

def set_any(elements)
  @__xmlele_any = elements
end