Class: EBay::AddItemFromSellingManagerTemplateResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddItemFromSellingManagerTemplateResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
itemID - (any)
startTime - SOAP::SOAPDateTime
endTime - SOAP::SOAPDateTime
fees - EBay::FeesType
categoryID - SOAP::SOAPString
category2ID - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, itemID = nil, startTime = nil, endTime = nil, fees = nil, categoryID = nil, category2ID = nil) ⇒ AddItemFromSellingManagerTemplateResponseType

Returns a new instance of AddItemFromSellingManagerTemplateResponseType.



9188
9189
9190
9191
9192
9193
9194
9195
9196
9197
9198
9199
9200
9201
9202
9203
9204
9205
9206
9207
9208
9209
9210
9211
# File 'lib/eBay.rb', line 9188

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, itemID = nil, startTime = nil, endTime = nil, fees = nil, categoryID = nil, category2ID = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @eIASToken = eIASToken
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @botBlock = botBlock
  @externalUserData = externalUserData
  @__xmlele_any = nil
  @itemID = itemID
  @startTime = startTime
  @endTime = endTime
  @fees = fees
  @categoryID = categoryID
  @category2ID = category2ID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



9176
9177
9178
# File 'lib/eBay.rb', line 9176

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



9162
9163
9164
# File 'lib/eBay.rb', line 9162

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



9174
9175
9176
# File 'lib/eBay.rb', line 9174

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



9167
9168
9169
# File 'lib/eBay.rb', line 9167

def build
  @build
end

#category2IDObject

Returns the value of attribute category2ID.



9182
9183
9184
# File 'lib/eBay.rb', line 9182

def category2ID
  @category2ID
end

#categoryIDObject

Returns the value of attribute categoryID.



9181
9182
9183
# File 'lib/eBay.rb', line 9181

def categoryID
  @categoryID
end

#correlationIDObject

Returns the value of attribute correlationID.



9163
9164
9165
# File 'lib/eBay.rb', line 9163

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



9169
9170
9171
# File 'lib/eBay.rb', line 9169

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



9171
9172
9173
# File 'lib/eBay.rb', line 9171

def eIASToken
  @eIASToken
end

#endTimeObject

Returns the value of attribute endTime.



9179
9180
9181
# File 'lib/eBay.rb', line 9179

def endTime
  @endTime
end

#errorsObject

Returns the value of attribute errors.



9164
9165
9166
# File 'lib/eBay.rb', line 9164

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



9175
9176
9177
# File 'lib/eBay.rb', line 9175

def externalUserData
  @externalUserData
end

#feesObject

Returns the value of attribute fees.



9180
9181
9182
# File 'lib/eBay.rb', line 9180

def fees
  @fees
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



9173
9174
9175
# File 'lib/eBay.rb', line 9173

def hardExpirationWarning
  @hardExpirationWarning
end

#itemIDObject

Returns the value of attribute itemID.



9177
9178
9179
# File 'lib/eBay.rb', line 9177

def itemID
  @itemID
end

#messageObject

Returns the value of attribute message.



9165
9166
9167
# File 'lib/eBay.rb', line 9165

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



9168
9169
9170
# File 'lib/eBay.rb', line 9168

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



9172
9173
9174
# File 'lib/eBay.rb', line 9172

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



9170
9171
9172
# File 'lib/eBay.rb', line 9170

def recipientUserID
  @recipientUserID
end

#startTimeObject

Returns the value of attribute startTime.



9178
9179
9180
# File 'lib/eBay.rb', line 9178

def startTime
  @startTime
end

#timestampObject

Returns the value of attribute timestamp.



9161
9162
9163
# File 'lib/eBay.rb', line 9161

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



9166
9167
9168
# File 'lib/eBay.rb', line 9166

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



9184
9185
9186
# File 'lib/eBay.rb', line 9184

def set_any(elements)
  @__xmlele_any = elements
end