Class: EBay::SetStoreCustomPageRequestType
- Inherits:
-
AbstractRequestType
- Object
- AbstractRequestType
- EBay::SetStoreCustomPageRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSetStoreCustomPageRequestType
detailLevel - EBay::DetailLevelCodeType
errorLanguage - SOAP::SOAPString
- SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - EBay::ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - EBay::WarningLevelCodeType
botBlock - EBay::BotBlockRequestType
customPage - EBay::StoreCustomPageType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#customPage ⇒ Object
Returns the value of attribute customPage.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, customPage = nil) ⇒ SetStoreCustomPageRequestType
constructor
A new instance of SetStoreCustomPageRequestType.
- #set_any(elements) ⇒ Object
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.
8093 8094 8095 8096 8097 8098 8099 8100 8101 8102 8103 8104 8105 8106 |
# File 'lib/eBay.rb', line 8093 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, customPage = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
8086 8087 8088 |
# File 'lib/eBay.rb', line 8086 def __xmlele_any @__xmlele_any end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
8085 8086 8087 |
# File 'lib/eBay.rb', line 8085 def botBlock @botBlock end |
#customPage ⇒ Object
Returns the value of attribute customPage.
8087 8088 8089 |
# File 'lib/eBay.rb', line 8087 def customPage @customPage end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
8076 8077 8078 |
# File 'lib/eBay.rb', line 8076 def detailLevel @detailLevel end |
#endUserIP ⇒ Object
Returns the value of attribute endUserIP.
8080 8081 8082 |
# File 'lib/eBay.rb', line 8080 def endUserIP @endUserIP end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
8081 8082 8083 |
# File 'lib/eBay.rb', line 8081 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
8077 8078 8079 |
# File 'lib/eBay.rb', line 8077 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
8082 8083 8084 |
# File 'lib/eBay.rb', line 8082 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
8078 8079 8080 |
# File 'lib/eBay.rb', line 8078 def @messageID end |
#outputSelector ⇒ Object
Returns the value of attribute outputSelector.
8083 8084 8085 |
# File 'lib/eBay.rb', line 8083 def outputSelector @outputSelector end |
#version ⇒ Object
Returns the value of attribute version.
8079 8080 8081 |
# File 'lib/eBay.rb', line 8079 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
8084 8085 8086 |
# File 'lib/eBay.rb', line 8084 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
8089 8090 8091 |
# File 'lib/eBay.rb', line 8089 def set_any(elements) @__xmlele_any = elements end |