Class: EBay::GetSellingManagerSaleRecordRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellingManagerSaleRecordRequestType

detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
itemID - (any)
transactionID - SOAP::SOAPString
orderID - (any)
orderLineItemID - SOAP::SOAPString

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, orderID = nil, orderLineItemID = nil) ⇒ GetSellingManagerSaleRecordRequestType

Returns a new instance of GetSellingManagerSaleRecordRequestType.



4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
# File 'lib/eBay.rb', line 4869

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, itemID = nil, transactionID = nil, orderID = nil, orderLineItemID = 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
  @orderID = orderID
  @orderLineItemID = orderLineItemID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4859
4860
4861
# File 'lib/eBay.rb', line 4859

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



4858
4859
4860
# File 'lib/eBay.rb', line 4858

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



4849
4850
4851
# File 'lib/eBay.rb', line 4849

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



4853
4854
4855
# File 'lib/eBay.rb', line 4853

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4854
4855
4856
# File 'lib/eBay.rb', line 4854

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4850
4851
4852
# File 'lib/eBay.rb', line 4850

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



4855
4856
4857
# File 'lib/eBay.rb', line 4855

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



4860
4861
4862
# File 'lib/eBay.rb', line 4860

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



4851
4852
4853
# File 'lib/eBay.rb', line 4851

def messageID
  @messageID
end

#orderIDObject

Returns the value of attribute orderID.



4862
4863
4864
# File 'lib/eBay.rb', line 4862

def orderID
  @orderID
end

#orderLineItemIDObject

Returns the value of attribute orderLineItemID.



4863
4864
4865
# File 'lib/eBay.rb', line 4863

def orderLineItemID
  @orderLineItemID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



4856
4857
4858
# File 'lib/eBay.rb', line 4856

def outputSelector
  @outputSelector
end

#transactionIDObject

Returns the value of attribute transactionID.



4861
4862
4863
# File 'lib/eBay.rb', line 4861

def transactionID
  @transactionID
end

#versionObject

Returns the value of attribute version.



4852
4853
4854
# File 'lib/eBay.rb', line 4852

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4857
4858
4859
# File 'lib/eBay.rb', line 4857

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4865
4866
4867
# File 'lib/eBay.rb', line 4865

def set_any(elements)
  @__xmlele_any = elements
end