Class: SetStoreRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetStoreRequestType

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
store - StoreType

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, store = nil) ⇒ SetStoreRequestType

Returns a new instance of SetStoreRequestType.



6682
6683
6684
6685
6686
6687
6688
6689
6690
6691
6692
6693
6694
6695
# File 'lib/eBay.rb', line 6682

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6675
6676
6677
# File 'lib/eBay.rb', line 6675

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



6674
6675
6676
# File 'lib/eBay.rb', line 6674

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



6665
6666
6667
# File 'lib/eBay.rb', line 6665

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



6669
6670
6671
# File 'lib/eBay.rb', line 6669

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6670
6671
6672
# File 'lib/eBay.rb', line 6670

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6666
6667
6668
# File 'lib/eBay.rb', line 6666

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



6671
6672
6673
# File 'lib/eBay.rb', line 6671

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



6667
6668
6669
# File 'lib/eBay.rb', line 6667

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



6672
6673
6674
# File 'lib/eBay.rb', line 6672

def outputSelector
  @outputSelector
end

#storeObject

Returns the value of attribute store.



6676
6677
6678
# File 'lib/eBay.rb', line 6676

def store
  @store
end

#versionObject

Returns the value of attribute version.



6668
6669
6670
# File 'lib/eBay.rb', line 6668

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



6673
6674
6675
# File 'lib/eBay.rb', line 6673

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



6678
6679
6680
# File 'lib/eBay.rb', line 6678

def set_any(elements)
  @__xmlele_any = elements
end