Class: GetLiveAuctionCatalogDetailsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetLiveAuctionCatalogDetailsRequestType

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

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) ⇒ GetLiveAuctionCatalogDetailsRequestType

Returns a new instance of GetLiveAuctionCatalogDetailsRequestType.



2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
# File 'lib/eBay.rb', line 2609

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2603
2604
2605
# File 'lib/eBay.rb', line 2603

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



2602
2603
2604
# File 'lib/eBay.rb', line 2602

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



2593
2594
2595
# File 'lib/eBay.rb', line 2593

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



2597
2598
2599
# File 'lib/eBay.rb', line 2597

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2598
2599
2600
# File 'lib/eBay.rb', line 2598

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2594
2595
2596
# File 'lib/eBay.rb', line 2594

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2599
2600
2601
# File 'lib/eBay.rb', line 2599

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



2595
2596
2597
# File 'lib/eBay.rb', line 2595

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



2600
2601
2602
# File 'lib/eBay.rb', line 2600

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



2596
2597
2598
# File 'lib/eBay.rb', line 2596

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



2601
2602
2603
# File 'lib/eBay.rb', line 2601

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



2605
2606
2607
# File 'lib/eBay.rb', line 2605

def set_any(elements)
  @__xmlele_any = elements
end