Class: EBay::DeleteSellingManagerItemAutomationRuleRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsDeleteSellingManagerItemAutomationRuleRequestType

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
itemID - (any)
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, itemID = nil, deleteAutomatedRelistingRule = nil, deleteAutomatedSecondChanceOfferRule = nil) ⇒ DeleteSellingManagerItemAutomationRuleRequestType

Returns a new instance of DeleteSellingManagerItemAutomationRuleRequestType.



1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
# File 'lib/eBay.rb', line 1173

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1164
1165
1166
# File 'lib/eBay.rb', line 1164

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



1163
1164
1165
# File 'lib/eBay.rb', line 1163

def botBlock
  @botBlock
end

#deleteAutomatedRelistingRuleObject

Returns the value of attribute deleteAutomatedRelistingRule.



1166
1167
1168
# File 'lib/eBay.rb', line 1166

def deleteAutomatedRelistingRule
  @deleteAutomatedRelistingRule
end

#deleteAutomatedSecondChanceOfferRuleObject

Returns the value of attribute deleteAutomatedSecondChanceOfferRule.



1167
1168
1169
# File 'lib/eBay.rb', line 1167

def deleteAutomatedSecondChanceOfferRule
  @deleteAutomatedSecondChanceOfferRule
end

#detailLevelObject

Returns the value of attribute detailLevel.



1154
1155
1156
# File 'lib/eBay.rb', line 1154

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



1158
1159
1160
# File 'lib/eBay.rb', line 1158

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1159
1160
1161
# File 'lib/eBay.rb', line 1159

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1155
1156
1157
# File 'lib/eBay.rb', line 1155

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



1160
1161
1162
# File 'lib/eBay.rb', line 1160

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



1165
1166
1167
# File 'lib/eBay.rb', line 1165

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



1156
1157
1158
# File 'lib/eBay.rb', line 1156

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



1161
1162
1163
# File 'lib/eBay.rb', line 1161

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



1157
1158
1159
# File 'lib/eBay.rb', line 1157

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1162
1163
1164
# File 'lib/eBay.rb', line 1162

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1169
1170
1171
# File 'lib/eBay.rb', line 1169

def set_any(elements)
  @__xmlele_any = elements
end