Class: EBay::ReviseSellingManagerTemplateRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsReviseSellingManagerTemplateRequestType

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
saleTemplateID - SOAP::SOAPLong
productID - SOAP::SOAPLong
saleTemplateName - SOAP::SOAPString
item - EBay::ItemType
deletedField - SOAP::SOAPString
verifyOnly - SOAP::SOAPBoolean

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, saleTemplateID = nil, productID = nil, saleTemplateName = nil, item = nil, deletedField = [], verifyOnly = nil) ⇒ ReviseSellingManagerTemplateRequestType

Returns a new instance of ReviseSellingManagerTemplateRequestType.



7208
7209
7210
7211
7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224
7225
7226
# File 'lib/eBay.rb', line 7208

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



7196
7197
7198
# File 'lib/eBay.rb', line 7196

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



7195
7196
7197
# File 'lib/eBay.rb', line 7195

def botBlock
  @botBlock
end

#deletedFieldObject

Returns the value of attribute deletedField.



7201
7202
7203
# File 'lib/eBay.rb', line 7201

def deletedField
  @deletedField
end

#detailLevelObject

Returns the value of attribute detailLevel.



7186
7187
7188
# File 'lib/eBay.rb', line 7186

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



7190
7191
7192
# File 'lib/eBay.rb', line 7190

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



7191
7192
7193
# File 'lib/eBay.rb', line 7191

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



7187
7188
7189
# File 'lib/eBay.rb', line 7187

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



7192
7193
7194
# File 'lib/eBay.rb', line 7192

def invocationID
  @invocationID
end

#itemObject

Returns the value of attribute item.



7200
7201
7202
# File 'lib/eBay.rb', line 7200

def item
  @item
end

#messageIDObject

Returns the value of attribute messageID.



7188
7189
7190
# File 'lib/eBay.rb', line 7188

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



7193
7194
7195
# File 'lib/eBay.rb', line 7193

def outputSelector
  @outputSelector
end

#productIDObject

Returns the value of attribute productID.



7198
7199
7200
# File 'lib/eBay.rb', line 7198

def productID
  @productID
end

#saleTemplateIDObject

Returns the value of attribute saleTemplateID.



7197
7198
7199
# File 'lib/eBay.rb', line 7197

def saleTemplateID
  @saleTemplateID
end

#saleTemplateNameObject

Returns the value of attribute saleTemplateName.



7199
7200
7201
# File 'lib/eBay.rb', line 7199

def saleTemplateName
  @saleTemplateName
end

#verifyOnlyObject

Returns the value of attribute verifyOnly.



7202
7203
7204
# File 'lib/eBay.rb', line 7202

def verifyOnly
  @verifyOnly
end

#versionObject

Returns the value of attribute version.



7189
7190
7191
# File 'lib/eBay.rb', line 7189

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



7194
7195
7196
# File 'lib/eBay.rb', line 7194

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



7204
7205
7206
# File 'lib/eBay.rb', line 7204

def set_any(elements)
  @__xmlele_any = elements
end