Class: CompleteSaleRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsCompleteSaleRequestType

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
itemID - (any)
transactionID - SOAP::SOAPString
feedbackInfo - FeedbackInfoType
shipped - SOAP::SOAPBoolean
paid - SOAP::SOAPBoolean
listingType - ListingTypeCodeType
shipment - ShipmentType

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, itemID = nil, transactionID = nil, feedbackInfo = nil, shipped = nil, paid = nil, listingType = nil, shipment = nil) ⇒ CompleteSaleRequestType

Returns a new instance of CompleteSaleRequestType.



762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
# File 'lib/eBay.rb', line 762

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, transactionID = nil, feedbackInfo = nil, shipped = nil, paid = nil, listingType = nil, shipment = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @itemID = itemID
  @transactionID = transactionID
  @feedbackInfo = feedbackInfo
  @shipped = shipped
  @paid = paid
  @listingType = listingType
  @shipment = shipment
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



749
750
751
# File 'lib/eBay.rb', line 749

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



748
749
750
# File 'lib/eBay.rb', line 748

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



739
740
741
# File 'lib/eBay.rb', line 739

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



743
744
745
# File 'lib/eBay.rb', line 743

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



744
745
746
# File 'lib/eBay.rb', line 744

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



740
741
742
# File 'lib/eBay.rb', line 740

def errorLanguage
  @errorLanguage
end

#feedbackInfoObject

Returns the value of attribute feedbackInfo.



752
753
754
# File 'lib/eBay.rb', line 752

def feedbackInfo
  @feedbackInfo
end

#invocationIDObject

Returns the value of attribute invocationID.



745
746
747
# File 'lib/eBay.rb', line 745

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



750
751
752
# File 'lib/eBay.rb', line 750

def itemID
  @itemID
end

#listingTypeObject

Returns the value of attribute listingType.



755
756
757
# File 'lib/eBay.rb', line 755

def listingType
  @listingType
end

#messageIDObject

Returns the value of attribute messageID.



741
742
743
# File 'lib/eBay.rb', line 741

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



746
747
748
# File 'lib/eBay.rb', line 746

def outputSelector
  @outputSelector
end

Returns the value of attribute paid.



754
755
756
# File 'lib/eBay.rb', line 754

def paid
  @paid
end

#shipmentObject

Returns the value of attribute shipment.



756
757
758
# File 'lib/eBay.rb', line 756

def shipment
  @shipment
end

#shippedObject

Returns the value of attribute shipped.



753
754
755
# File 'lib/eBay.rb', line 753

def shipped
  @shipped
end

#transactionIDObject

Returns the value of attribute transactionID.



751
752
753
# File 'lib/eBay.rb', line 751

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



742
743
744
# File 'lib/eBay.rb', line 742

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



747
748
749
# File 'lib/eBay.rb', line 747

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



758
759
760
# File 'lib/eBay.rb', line 758

def set_any(elements)
  @__xmlele_any = elements
end