Class: GetAttributesCSRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetAttributesCSRequestType

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
attributeSystemVersion - SOAP::SOAPString
attributeSetID - SOAP::SOAPInt
includeCategoryMappingDetails - SOAP::SOAPBoolean
digitalDelivery - 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, attributeSystemVersion = nil, attributeSetID = [], includeCategoryMappingDetails = nil, digitalDelivery = nil) ⇒ GetAttributesCSRequestType

Returns a new instance of GetAttributesCSRequestType.



1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
# File 'lib/eBay.rb', line 1190

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, endUserIP = nil, errorHandling = nil, invocationID = nil, outputSelector = [], warningLevel = nil, botBlock = nil, attributeSystemVersion = nil, attributeSetID = [], includeCategoryMappingDetails = nil, digitalDelivery = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @endUserIP = endUserIP
  @errorHandling = errorHandling
  @invocationID = invocationID
  @outputSelector = outputSelector
  @warningLevel = warningLevel
  @botBlock = botBlock
  @__xmlele_any = nil
  @attributeSystemVersion = attributeSystemVersion
  @attributeSetID = attributeSetID
  @includeCategoryMappingDetails = includeCategoryMappingDetails
  @digitalDelivery = digitalDelivery
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1180
1181
1182
# File 'lib/eBay.rb', line 1180

def __xmlele_any
  @__xmlele_any
end

#attributeSetIDObject

Returns the value of attribute attributeSetID.



1182
1183
1184
# File 'lib/eBay.rb', line 1182

def attributeSetID
  @attributeSetID
end

#attributeSystemVersionObject

Returns the value of attribute attributeSystemVersion.



1181
1182
1183
# File 'lib/eBay.rb', line 1181

def attributeSystemVersion
  @attributeSystemVersion
end

#botBlockObject

Returns the value of attribute botBlock.



1179
1180
1181
# File 'lib/eBay.rb', line 1179

def botBlock
  @botBlock
end

#detailLevelObject

Returns the value of attribute detailLevel.



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

def detailLevel
  @detailLevel
end

#digitalDeliveryObject

Returns the value of attribute digitalDelivery.



1184
1185
1186
# File 'lib/eBay.rb', line 1184

def digitalDelivery
  @digitalDelivery
end

#endUserIPObject

Returns the value of attribute endUserIP.



1174
1175
1176
# File 'lib/eBay.rb', line 1174

def endUserIP
  @endUserIP
end

#errorHandlingObject

Returns the value of attribute errorHandling.



1175
1176
1177
# File 'lib/eBay.rb', line 1175

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



1171
1172
1173
# File 'lib/eBay.rb', line 1171

def errorLanguage
  @errorLanguage
end

#includeCategoryMappingDetailsObject

Returns the value of attribute includeCategoryMappingDetails.



1183
1184
1185
# File 'lib/eBay.rb', line 1183

def includeCategoryMappingDetails
  @includeCategoryMappingDetails
end

#invocationIDObject

Returns the value of attribute invocationID.



1176
1177
1178
# File 'lib/eBay.rb', line 1176

def invocationID
  @invocationID
end

#messageIDObject

Returns the value of attribute messageID.



1172
1173
1174
# File 'lib/eBay.rb', line 1172

def messageID
  @messageID
end

#outputSelectorObject

Returns the value of attribute outputSelector.



1177
1178
1179
# File 'lib/eBay.rb', line 1177

def outputSelector
  @outputSelector
end

#versionObject

Returns the value of attribute version.



1173
1174
1175
# File 'lib/eBay.rb', line 1173

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



1178
1179
1180
# File 'lib/eBay.rb', line 1178

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



1186
1187
1188
# File 'lib/eBay.rb', line 1186

def set_any(elements)
  @__xmlele_any = elements
end