Class: EBay::DeleteSellingManagerTemplateAutomationRuleRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsDeleteSellingManagerTemplateAutomationRuleRequestType

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
deleteAutomatedListingRule - SOAP::SOAPBoolean
deleteAutomatedRelistingRule - SOAP::SOAPBoolean
deleteAutomatedSecondChanceOfferRule - 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, deleteAutomatedListingRule = nil, deleteAutomatedRelistingRule = nil, deleteAutomatedSecondChanceOfferRule = nil) ⇒ DeleteSellingManagerTemplateAutomationRuleRequestType

Returns a new instance of DeleteSellingManagerTemplateAutomationRuleRequestType.



1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
# File 'lib/eBay.rb', line 1319

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, saleTemplateID = nil, deleteAutomatedListingRule = nil, deleteAutomatedRelistingRule = nil, deleteAutomatedSecondChanceOfferRule = 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
  @deleteAutomatedListingRule = deleteAutomatedListingRule
  @deleteAutomatedRelistingRule = deleteAutomatedRelistingRule
  @deleteAutomatedSecondChanceOfferRule = deleteAutomatedSecondChanceOfferRule
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1309
1310
1311
# File 'lib/eBay.rb', line 1309

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



1308
1309
1310
# File 'lib/eBay.rb', line 1308

def botBlock
  @botBlock
end

#deleteAutomatedListingRuleObject

Returns the value of attribute deleteAutomatedListingRule.



1311
1312
1313
# File 'lib/eBay.rb', line 1311

def deleteAutomatedListingRule
  @deleteAutomatedListingRule
end

#deleteAutomatedRelistingRuleObject

Returns the value of attribute deleteAutomatedRelistingRule.



1312
1313
1314
# File 'lib/eBay.rb', line 1312

def deleteAutomatedRelistingRule
  @deleteAutomatedRelistingRule
end

#deleteAutomatedSecondChanceOfferRuleObject

Returns the value of attribute deleteAutomatedSecondChanceOfferRule.



1313
1314
1315
# File 'lib/eBay.rb', line 1313

def deleteAutomatedSecondChanceOfferRule
  @deleteAutomatedSecondChanceOfferRule
end

#detailLevelObject

Returns the value of attribute detailLevel.



1299
1300
1301
# File 'lib/eBay.rb', line 1299

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



1303
1304
1305
# File 'lib/eBay.rb', line 1303

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1304
1305
1306
# File 'lib/eBay.rb', line 1304

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1300
1301
1302
# File 'lib/eBay.rb', line 1300

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



1305
1306
1307
# File 'lib/eBay.rb', line 1305

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



1301
1302
1303
# File 'lib/eBay.rb', line 1301

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



1306
1307
1308
# File 'lib/eBay.rb', line 1306

def outputSelector
  @outputSelector
end

#saleTemplateIDObject

Returns the value of attribute saleTemplateID.



1310
1311
1312
# File 'lib/eBay.rb', line 1310

def saleTemplateID
  @saleTemplateID
end

#versionObject

Returns the value of attribute version.



1302
1303
1304
# File 'lib/eBay.rb', line 1302

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1307
1308
1309
# File 'lib/eBay.rb', line 1307

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1315
1316
1317
# File 'lib/eBay.rb', line 1315

def set_any(elements)
  @__xmlele_any = elements
end