Class: SetStoreCustomPageRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetStoreCustomPageRequestType

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
customPage - StoreCustomPageType

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, customPage = nil) ⇒ SetStoreCustomPageRequestType

Returns a new instance of SetStoreCustomPageRequestType.



6783
6784
6785
6786
6787
6788
6789
6790
6791
6792
6793
6794
6795
6796
# File 'lib/eBay.rb', line 6783

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6776
6777
6778
# File 'lib/eBay.rb', line 6776

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



6775
6776
6777
# File 'lib/eBay.rb', line 6775

def botBlock
  @botBlock
end

#customPageObject

Returns the value of attribute customPage.



6777
6778
6779
# File 'lib/eBay.rb', line 6777

def customPage
  @customPage
end

#detailLevelObject

Returns the value of attribute detailLevel.



6766
6767
6768
# File 'lib/eBay.rb', line 6766

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



6770
6771
6772
# File 'lib/eBay.rb', line 6770

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



6771
6772
6773
# File 'lib/eBay.rb', line 6771

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



6767
6768
6769
# File 'lib/eBay.rb', line 6767

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



6772
6773
6774
# File 'lib/eBay.rb', line 6772

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



6768
6769
6770
# File 'lib/eBay.rb', line 6768

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



6773
6774
6775
# File 'lib/eBay.rb', line 6773

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



6769
6770
6771
# File 'lib/eBay.rb', line 6769

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



6774
6775
6776
# File 'lib/eBay.rb', line 6774

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



6779
6780
6781
# File 'lib/eBay.rb', line 6779

def set_any(elements)
  @__xmlele_any = elements
end