Class: EBay::GetCrossPromotionsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetCrossPromotionsRequestType

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)
promotionMethod - EBay::PromotionMethodCodeType
promotionViewMode - EBay::TradingRoleCodeType

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, promotionMethod = nil, promotionViewMode = nil) ⇒ GetCrossPromotionsRequestType

Returns a new instance of GetCrossPromotionsRequestType.



2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
# File 'lib/eBay.rb', line 2604

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



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

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



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

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



2585
2586
2587
# File 'lib/eBay.rb', line 2585

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



2589
2590
2591
# File 'lib/eBay.rb', line 2589

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



2590
2591
2592
# File 'lib/eBay.rb', line 2590

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



2586
2587
2588
# File 'lib/eBay.rb', line 2586

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



2591
2592
2593
# File 'lib/eBay.rb', line 2591

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



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

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



2587
2588
2589
# File 'lib/eBay.rb', line 2587

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



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

def outputSelector
  @outputSelector
end

#promotionMethodObject

Returns the value of attribute promotionMethod.



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

def promotionMethod
  @promotionMethod
end

#promotionViewModeObject

Returns the value of attribute promotionViewMode.



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

def promotionViewMode
  @promotionViewMode
end

#versionObject

Returns the value of attribute version.



2588
2589
2590
# File 'lib/eBay.rb', line 2588

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



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

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



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

def set_any(elements)
  @__xmlele_any = elements
end