Class: EBay::RespondToWantItNowPostRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsRespondToWantItNowPostRequestType

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)
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.



6620
6621
6622
6623
6624
6625
6626
6627
6628
6629
6630
6631
6632
6633
6634
# File 'lib/eBay.rb', line 6620

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.



6612
6613
6614
# File 'lib/eBay.rb', line 6612

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



6611
6612
6613
# File 'lib/eBay.rb', line 6611

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



6602
6603
6604
# File 'lib/eBay.rb', line 6602

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



6606
6607
6608
# File 'lib/eBay.rb', line 6606

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6607
6608
6609
# File 'lib/eBay.rb', line 6607

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6603
6604
6605
# File 'lib/eBay.rb', line 6603

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



6608
6609
6610
# File 'lib/eBay.rb', line 6608

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



6613
6614
6615
# File 'lib/eBay.rb', line 6613

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



6604
6605
6606
# File 'lib/eBay.rb', line 6604

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



6609
6610
6611
# File 'lib/eBay.rb', line 6609

def outputSelector
  @outputSelector
end

#postIDObject

Returns the value of attribute postID.



6614
6615
6616
# File 'lib/eBay.rb', line 6614

def postID
  @postID
end

#versionObject

Returns the value of attribute version.



6605
6606
6607
# File 'lib/eBay.rb', line 6605

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



6610
6611
6612
# File 'lib/eBay.rb', line 6610

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



6616
6617
6618
# File 'lib/eBay.rb', line 6616

def set_any(elements)
  @__xmlele_any = elements
end