Class: EBay::GetDescriptionTemplatesRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::GetDescriptionTemplatesRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetDescriptionTemplatesRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
categoryID - SOAP::SOAPString
lastModifiedTime - SOAP::SOAPDateTime
motorVehicles - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#categoryID ⇒ Object
Returns the value of attribute categoryID.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#motorVehicles ⇒ Object
Returns the value of attribute motorVehicles.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, categoryID = nil, lastModifiedTime = nil, motorVehicles = nil) ⇒ GetDescriptionTemplatesRequestType
constructor
A new instance of GetDescriptionTemplatesRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, categoryID = nil, lastModifiedTime = nil, motorVehicles = nil) ⇒ GetDescriptionTemplatesRequestType
Returns a new instance of GetDescriptionTemplatesRequestType.
2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 |
# File 'lib/eBay.rb', line 2656 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, categoryID = nil, lastModifiedTime = nil, motorVehicles = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @endUserIP = endUserIP @errorHandling = errorHandling @invocationID = invocationID @outputSelector = outputSelector @warningLevel = warningLevel @botBlock = botBlock @__xmlele_any = nil @categoryID = categoryID @lastModifiedTime = lastModifiedTime @motorVehicles = motorVehicles end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
2647 2648 2649 |
# File 'lib/eBay.rb', line 2647 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
2646 2647 2648 |
# File 'lib/eBay.rb', line 2646 def botBlock @botBlock end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
2648 2649 2650 |
# File 'lib/eBay.rb', line 2648 def categoryID @categoryID end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
2637 2638 2639 |
# File 'lib/eBay.rb', line 2637 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
2641 2642 2643 |
# File 'lib/eBay.rb', line 2641 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
2642 2643 2644 |
# File 'lib/eBay.rb', line 2642 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
2638 2639 2640 |
# File 'lib/eBay.rb', line 2638 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
2643 2644 2645 |
# File 'lib/eBay.rb', line 2643 def invocationID @invocationID end |
#lastModifiedTime ⇒ Object
Returns the value of attribute lastModifiedTime.
2649 2650 2651 |
# File 'lib/eBay.rb', line 2649 def lastModifiedTime @lastModifiedTime end |
#messageID ⇒ Object
Returns the value of attribute messageID.
2639 2640 2641 |
# File 'lib/eBay.rb', line 2639 def @messageID end |
#motorVehicles ⇒ Object
Returns the value of attribute motorVehicles.
2650 2651 2652 |
# File 'lib/eBay.rb', line 2650 def motorVehicles @motorVehicles end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
2644 2645 2646 |
# File 'lib/eBay.rb', line 2644 def outputSelector @outputSelector end |
#version ⇒ Object
Returns the value of attribute version.
2640 2641 2642 |
# File 'lib/eBay.rb', line 2640 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
2645 2646 2647 |
# File 'lib/eBay.rb', line 2645 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
2652 2653 2654 |
# File 'lib/eBay.rb', line 2652 def set_any(elements) @__xmlele_any = elements end |