Class: RelistItemResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsRelistItemResponseType

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)
fees - FeesType
startTime - SOAP::SOAPDateTime
endTime - SOAP::SOAPDateTime
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, fees = nil, startTime = nil, endTime = nil, categoryID = nil, category2ID = nil) ⇒ RelistItemResponseType

Returns a new instance of RelistItemResponseType.



13813
13814
13815
13816
13817
13818
13819
13820
13821
13822
13823
13824
13825
13826
13827
13828
13829
13830
13831
13832
13833
13834
13835
# File 'lib/eBay.rb', line 13813

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, fees = nil, startTime = nil, endTime = 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
  @fees = fees
  @startTime = startTime
  @endTime = endTime
  @categoryID = categoryID
  @category2ID = category2ID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13801
13802
13803
# File 'lib/eBay.rb', line 13801

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



13788
13789
13790
# File 'lib/eBay.rb', line 13788

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



13800
13801
13802
# File 'lib/eBay.rb', line 13800

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



13793
13794
13795
# File 'lib/eBay.rb', line 13793

def build
  @build
end

#category2IDObject

Returns the value of attribute category2ID.



13807
13808
13809
# File 'lib/eBay.rb', line 13807

def category2ID
  @category2ID
end

#categoryIDObject

Returns the value of attribute categoryID.



13806
13807
13808
# File 'lib/eBay.rb', line 13806

def categoryID
  @categoryID
end

#correlationIDObject

Returns the value of attribute correlationID.



13789
13790
13791
# File 'lib/eBay.rb', line 13789

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



13795
13796
13797
# File 'lib/eBay.rb', line 13795

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



13797
13798
13799
# File 'lib/eBay.rb', line 13797

def eIASToken
  @eIASToken
end

#endTimeObject

Returns the value of attribute endTime.



13805
13806
13807
# File 'lib/eBay.rb', line 13805

def endTime
  @endTime
end

#errorsObject

Returns the value of attribute errors.



13790
13791
13792
# File 'lib/eBay.rb', line 13790

def errors
  @errors
end

#feesObject

Returns the value of attribute fees.



13803
13804
13805
# File 'lib/eBay.rb', line 13803

def fees
  @fees
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



13799
13800
13801
# File 'lib/eBay.rb', line 13799

def hardExpirationWarning
  @hardExpirationWarning
end

#itemIDObject

Returns the value of attribute itemID.



13802
13803
13804
# File 'lib/eBay.rb', line 13802

def itemID
  @itemID
end

#messageObject

Returns the value of attribute message.



13791
13792
13793
# File 'lib/eBay.rb', line 13791

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



13794
13795
13796
# File 'lib/eBay.rb', line 13794

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



13798
13799
13800
# File 'lib/eBay.rb', line 13798

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



13796
13797
13798
# File 'lib/eBay.rb', line 13796

def recipientUserID
  @recipientUserID
end

#startTimeObject

Returns the value of attribute startTime.



13804
13805
13806
# File 'lib/eBay.rb', line 13804

def startTime
  @startTime
end

#timestampObject

Returns the value of attribute timestamp.



13787
13788
13789
# File 'lib/eBay.rb', line 13787

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



13792
13793
13794
# File 'lib/eBay.rb', line 13792

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



13809
13810
13811
# File 'lib/eBay.rb', line 13809

def set_any(elements)
  @__xmlele_any = elements
end