Class: EBay::SetStoreCustomPageRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetStoreCustomPageRequestType

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
customPage - EBay::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.



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, 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.



8086
8087
8088
# File 'lib/eBay.rb', line 8086

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



8085
8086
8087
# File 'lib/eBay.rb', line 8085

def botBlock
  @botBlock
end

#customPageObject

Returns the value of attribute customPage.



8087
8088
8089
# File 'lib/eBay.rb', line 8087

def customPage
  @customPage
end

#detailLevelObject

Returns the value of attribute detailLevel.



8076
8077
8078
# File 'lib/eBay.rb', line 8076

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



8080
8081
8082
# File 'lib/eBay.rb', line 8080

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



8081
8082
8083
# File 'lib/eBay.rb', line 8081

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



8077
8078
8079
# File 'lib/eBay.rb', line 8077

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



8082
8083
8084
# File 'lib/eBay.rb', line 8082

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



8078
8079
8080
# File 'lib/eBay.rb', line 8078

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



8083
8084
8085
# File 'lib/eBay.rb', line 8083

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



8079
8080
8081
# File 'lib/eBay.rb', line 8079

def version
  @version
end

#warningLevelObject

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