Class: RespondToWantItNowPostRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsRespondToWantItNowPostRequestType

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)
postID - (any)

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, postID = nil) ⇒ RespondToWantItNowPostRequestType

Returns a new instance of RespondToWantItNowPostRequestType.



5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
# File 'lib/eBay.rb', line 5744

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



5736
5737
5738
# File 'lib/eBay.rb', line 5736

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



5735
5736
5737
# File 'lib/eBay.rb', line 5735

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



5726
5727
5728
# File 'lib/eBay.rb', line 5726

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



5730
5731
5732
# File 'lib/eBay.rb', line 5730

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



5731
5732
5733
# File 'lib/eBay.rb', line 5731

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



5727
5728
5729
# File 'lib/eBay.rb', line 5727

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



5732
5733
5734
# File 'lib/eBay.rb', line 5732

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



5737
5738
5739
# File 'lib/eBay.rb', line 5737

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



5728
5729
5730
# File 'lib/eBay.rb', line 5728

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



5733
5734
5735
# File 'lib/eBay.rb', line 5733

def outputSelector
  @outputSelector
end

#postIDObject

Returns the value of attribute postID.



5738
5739
5740
# File 'lib/eBay.rb', line 5738

def postID
  @postID
end

#versionObject

Returns the value of attribute version.



5729
5730
5731
# File 'lib/eBay.rb', line 5729

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



5734
5735
5736
# File 'lib/eBay.rb', line 5734

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



5740
5741
5742
# File 'lib/eBay.rb', line 5740

def set_any(elements)
  @__xmlele_any = elements
end