Class: EBay::GetSellingManagerTemplateAutomationRuleRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellingManagerTemplateAutomationRuleRequestType

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

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) ⇒ GetSellingManagerTemplateAutomationRuleRequestType

Returns a new instance of GetSellingManagerTemplateAutomationRuleRequestType.



4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
# File 'lib/eBay.rb', line 4985

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4978
4979
4980
# File 'lib/eBay.rb', line 4978

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



4977
4978
4979
# File 'lib/eBay.rb', line 4977

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



4968
4969
4970
# File 'lib/eBay.rb', line 4968

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



4972
4973
4974
# File 'lib/eBay.rb', line 4972

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



4973
4974
4975
# File 'lib/eBay.rb', line 4973

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



4969
4970
4971
# File 'lib/eBay.rb', line 4969

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



4974
4975
4976
# File 'lib/eBay.rb', line 4974

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



4970
4971
4972
# File 'lib/eBay.rb', line 4970

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



4975
4976
4977
# File 'lib/eBay.rb', line 4975

def outputSelector
  @outputSelector
end

#saleTemplateIDObject

Returns the value of attribute saleTemplateID.



4979
4980
4981
# File 'lib/eBay.rb', line 4979

def saleTemplateID
  @saleTemplateID
end

#versionObject

Returns the value of attribute version.



4971
4972
4973
# File 'lib/eBay.rb', line 4971

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



4976
4977
4978
# File 'lib/eBay.rb', line 4976

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



4981
4982
4983
# File 'lib/eBay.rb', line 4981

def set_any(elements)
  @__xmlele_any = elements
end