Class: EBay::GetDescriptionTemplatesRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetDescriptionTemplatesRequestType

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
categoryID - SOAP::SOAPString
lastModifiedTime - SOAP::SOAPDateTime
motorVehicles - SOAP::SOAPBoolean

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, 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, messageID = 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 = 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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2647
2648
2649
# File 'lib/eBay.rb', line 2647

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



2646
2647
2648
# File 'lib/eBay.rb', line 2646

def botBlock
  @botBlock
end

#categoryIDObject

Returns the value of attribute categoryID.



2648
2649
2650
# File 'lib/eBay.rb', line 2648

def categoryID
  @categoryID
end

#detailLevelObject

Returns the value of attribute detailLevel.



2637
2638
2639
# File 'lib/eBay.rb', line 2637

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



2641
2642
2643
# File 'lib/eBay.rb', line 2641

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2642
2643
2644
# File 'lib/eBay.rb', line 2642

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2638
2639
2640
# File 'lib/eBay.rb', line 2638

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2643
2644
2645
# File 'lib/eBay.rb', line 2643

def invocationID
  @invocationID
end

#lastModifiedTimeObject

Returns the value of attribute lastModifiedTime.



2649
2650
2651
# File 'lib/eBay.rb', line 2649

def lastModifiedTime
  @lastModifiedTime
end

#messageIDObject

Returns the value of attribute messageID.



2639
2640
2641
# File 'lib/eBay.rb', line 2639

def messageID
  @messageID
end

#motorVehiclesObject

Returns the value of attribute motorVehicles.



2650
2651
2652
# File 'lib/eBay.rb', line 2650

def motorVehicles
  @motorVehicles
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2644
2645
2646
# File 'lib/eBay.rb', line 2644

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



2640
2641
2642
# File 'lib/eBay.rb', line 2640

def version
  @version
end

#warningLevelObject

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