Class: ReviseItemResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsReviseItemResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType
itemID - (any)
startTime - SOAP::SOAPDateTime
endTime - SOAP::SOAPDateTime
fees - 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, itemID = nil, startTime = nil, endTime = nil, fees = nil, categoryID = nil, category2ID = nil) ⇒ ReviseItemResponseType

Returns a new instance of ReviseItemResponseType.



14170
14171
14172
14173
14174
14175
14176
14177
14178
14179
14180
14181
14182
14183
14184
14185
14186
14187
14188
14189
14190
14191
14192
# File 'lib/eBay.rb', line 14170

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, 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
  @__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.



14158
14159
14160
# File 'lib/eBay.rb', line 14158

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14145
14146
14147
# File 'lib/eBay.rb', line 14145

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14157
14158
14159
# File 'lib/eBay.rb', line 14157

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14150
14151
14152
# File 'lib/eBay.rb', line 14150

def build
  @build
end

#category2IDObject

Returns the value of attribute category2ID.



14164
14165
14166
# File 'lib/eBay.rb', line 14164

def category2ID
  @category2ID
end

#categoryIDObject

Returns the value of attribute categoryID.



14163
14164
14165
# File 'lib/eBay.rb', line 14163

def categoryID
  @categoryID
end

#correlationIDObject

Returns the value of attribute correlationID.



14146
14147
14148
# File 'lib/eBay.rb', line 14146

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14152
14153
14154
# File 'lib/eBay.rb', line 14152

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14154
14155
14156
# File 'lib/eBay.rb', line 14154

def eIASToken
  @eIASToken
end

#endTimeObject

Returns the value of attribute endTime.



14161
14162
14163
# File 'lib/eBay.rb', line 14161

def endTime
  @endTime
end

#errorsObject

Returns the value of attribute errors.



14147
14148
14149
# File 'lib/eBay.rb', line 14147

def errors
  @errors
end

#feesObject

Returns the value of attribute fees.



14162
14163
14164
# File 'lib/eBay.rb', line 14162

def fees
  @fees
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14156
14157
14158
# File 'lib/eBay.rb', line 14156

def hardExpirationWarning
  @hardExpirationWarning
end

#itemIDObject

Returns the value of attribute itemID.



14159
14160
14161
# File 'lib/eBay.rb', line 14159

def itemID
  @itemID
end

#messageObject

Returns the value of attribute message.



14148
14149
14150
# File 'lib/eBay.rb', line 14148

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14151
14152
14153
# File 'lib/eBay.rb', line 14151

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14155
14156
14157
# File 'lib/eBay.rb', line 14155

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14153
14154
14155
# File 'lib/eBay.rb', line 14153

def recipientUserID
  @recipientUserID
end

#startTimeObject

Returns the value of attribute startTime.



14160
14161
14162
# File 'lib/eBay.rb', line 14160

def startTime
  @startTime
end

#timestampObject

Returns the value of attribute timestamp.



14144
14145
14146
# File 'lib/eBay.rb', line 14144

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



14149
14150
14151
# File 'lib/eBay.rb', line 14149

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



14166
14167
14168
# File 'lib/eBay.rb', line 14166

def set_any(elements)
  @__xmlele_any = elements
end