Class: GetAdFormatLeadsRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetAdFormatLeadsRequestType

detailLevel - DetailLevelCodeType
errorLanguage - SOAP::SOAPString
messageID - SOAP::SOAPString
version - SOAP::SOAPString
endUserIP - SOAP::SOAPString
errorHandling - ErrorHandlingCodeType
invocationID - (any)
outputSelector - SOAP::SOAPString
warningLevel - WarningLevelCodeType
botBlock - BotBlockRequestType
itemID - (any)
status - MessageStatusTypeCodeType
includeMemberMessages - 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, status = nil, includeMemberMessages = nil) ⇒ GetAdFormatLeadsRequestType

Returns a new instance of GetAdFormatLeadsRequestType.



1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
# File 'lib/eBay.rb', line 1041

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1032
1033
1034
# File 'lib/eBay.rb', line 1032

def __xmlele_any
  @__xmlele_any
end

#botBlockObject

Returns the value of attribute botBlock.



1031
1032
1033
# File 'lib/eBay.rb', line 1031

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



1022
1023
1024
# File 'lib/eBay.rb', line 1022

def detailLevel
  @detailLevel
end

#endUserIPObject

Returns the value of attribute endUserIP.



1026
1027
1028
# File 'lib/eBay.rb', line 1026

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1027
1028
1029
# File 'lib/eBay.rb', line 1027

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1023
1024
1025
# File 'lib/eBay.rb', line 1023

def errorLanguage
  @errorLanguage
end

#includeMemberMessagesObject

Returns the value of attribute includeMemberMessages.



1035
1036
1037
# File 'lib/eBay.rb', line 1035

def includeMemberMessages
  @includeMemberMessages
end

#invocationIDObject

Returns the value of attribute invocationID.



1028
1029
1030
# File 'lib/eBay.rb', line 1028

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



1033
1034
1035
# File 'lib/eBay.rb', line 1033

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



1024
1025
1026
# File 'lib/eBay.rb', line 1024

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



1029
1030
1031
# File 'lib/eBay.rb', line 1029

def outputSelector
  @outputSelector
end

#statusObject

Returns the value of attribute status.



1034
1035
1036
# File 'lib/eBay.rb', line 1034

def status
  @status
end

#versionObject

Returns the value of attribute version.



1025
1026
1027
# File 'lib/eBay.rb', line 1025

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1030
1031
1032
# File 'lib/eBay.rb', line 1030

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1037
1038
1039
# File 'lib/eBay.rb', line 1037

def set_any(elements)
  @__xmlele_any = elements
end