Class: AddItemResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddItemResponseType

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

Returns a new instance of AddItemResponseType.



7557
7558
7559
7560
7561
7562
7563
7564
7565
7566
7567
7568
7569
7570
7571
7572
7573
7574
7575
7576
7577
7578
7579
# File 'lib/eBay.rb', line 7557

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.



7545
7546
7547
# File 'lib/eBay.rb', line 7545

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



7532
7533
7534
# File 'lib/eBay.rb', line 7532

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



7544
7545
7546
# File 'lib/eBay.rb', line 7544

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



7537
7538
7539
# File 'lib/eBay.rb', line 7537

def build
  @build
end

#category2IDObject

Returns the value of attribute category2ID.



7551
7552
7553
# File 'lib/eBay.rb', line 7551

def category2ID
  @category2ID
end

#categoryIDObject

Returns the value of attribute categoryID.



7550
7551
7552
# File 'lib/eBay.rb', line 7550

def categoryID
  @categoryID
end

#correlationIDObject

Returns the value of attribute correlationID.



7533
7534
7535
# File 'lib/eBay.rb', line 7533

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



7539
7540
7541
# File 'lib/eBay.rb', line 7539

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



7541
7542
7543
# File 'lib/eBay.rb', line 7541

def eIASToken
  @eIASToken
end

#endTimeObject

Returns the value of attribute endTime.



7548
7549
7550
# File 'lib/eBay.rb', line 7548

def endTime
  @endTime
end

#errorsObject

Returns the value of attribute errors.



7534
7535
7536
# File 'lib/eBay.rb', line 7534

def errors
  @errors
end

#feesObject

Returns the value of attribute fees.



7549
7550
7551
# File 'lib/eBay.rb', line 7549

def fees
  @fees
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



7543
7544
7545
# File 'lib/eBay.rb', line 7543

def hardExpirationWarning
  @hardExpirationWarning
end

#itemIDObject

Returns the value of attribute itemID.



7546
7547
7548
# File 'lib/eBay.rb', line 7546

def itemID
  @itemID
end

#messageObject

Returns the value of attribute message.



7535
7536
7537
# File 'lib/eBay.rb', line 7535

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



7538
7539
7540
# File 'lib/eBay.rb', line 7538

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



7542
7543
7544
# File 'lib/eBay.rb', line 7542

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



7540
7541
7542
# File 'lib/eBay.rb', line 7540

def recipientUserID
  @recipientUserID
end

#startTimeObject

Returns the value of attribute startTime.



7547
7548
7549
# File 'lib/eBay.rb', line 7547

def startTime
  @startTime
end

#timestampObject

Returns the value of attribute timestamp.



7531
7532
7533
# File 'lib/eBay.rb', line 7531

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



7536
7537
7538
# File 'lib/eBay.rb', line 7536

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



7553
7554
7555
# File 'lib/eBay.rb', line 7553

def set_any(elements)
  @__xmlele_any = elements
end