Class: EBay::VerifyAddFixedPriceItemRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsVerifyAddFixedPriceItemRequestType

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
item - EBay::ItemType

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, item = nil) ⇒ VerifyAddFixedPriceItemRequestType

Returns a new instance of VerifyAddFixedPriceItemRequestType.



8612
8613
8614
8615
8616
8617
8618
8619
8620
8621
8622
8623
8624
8625
# File 'lib/eBay.rb', line 8612

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8605
8606
8607
# File 'lib/eBay.rb', line 8605

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



8604
8605
8606
# File 'lib/eBay.rb', line 8604

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



8595
8596
8597
# File 'lib/eBay.rb', line 8595

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



8599
8600
8601
# File 'lib/eBay.rb', line 8599

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



8600
8601
8602
# File 'lib/eBay.rb', line 8600

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



8596
8597
8598
# File 'lib/eBay.rb', line 8596

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



8601
8602
8603
# File 'lib/eBay.rb', line 8601

def invocationID
  @invocationID
end

#itemObject

Returns the value of attribute item.



8606
8607
8608
# File 'lib/eBay.rb', line 8606

def item
  @item
end

#messageIDObject

Returns the value of attribute messageID.



8597
8598
8599
# File 'lib/eBay.rb', line 8597

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



8602
8603
8604
# File 'lib/eBay.rb', line 8602

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



8598
8599
8600
# File 'lib/eBay.rb', line 8598

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



8603
8604
8605
# File 'lib/eBay.rb', line 8603

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



8608
8609
8610
# File 'lib/eBay.rb', line 8608

def set_any(elements)
  @__xmlele_any = elements
end