Class: EBay::VerifyRelistItemResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsVerifyRelistItemResponseType

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)
fees - EBay::FeesType
startTime - SOAP::SOAPDateTime
endTime - SOAP::SOAPDateTime
discountReason - EBay::DiscountReasonCodeType
productSuggestions - EBay::ProductSuggestionsType
listingRecommendations - EBay::ListingRecommendationsType

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, fees = nil, startTime = nil, endTime = nil, discountReason = [], productSuggestions = nil, listingRecommendations = nil) ⇒ VerifyRelistItemResponseType

Returns a new instance of VerifyRelistItemResponseType.



19500
19501
19502
19503
19504
19505
19506
19507
19508
19509
19510
19511
19512
19513
19514
19515
19516
19517
19518
19519
19520
19521
19522
19523
19524
# File 'lib/eBay.rb', line 19500

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, fees = nil, startTime = nil, endTime = nil, discountReason = [], productSuggestions = nil, listingRecommendations = 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
  @fees = fees
  @startTime = startTime
  @endTime = endTime
  @discountReason = discountReason
  @productSuggestions = productSuggestions
  @listingRecommendations = listingRecommendations
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



19487
19488
19489
# File 'lib/eBay.rb', line 19487

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



19473
19474
19475
# File 'lib/eBay.rb', line 19473

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



19485
19486
19487
# File 'lib/eBay.rb', line 19485

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



19478
19479
19480
# File 'lib/eBay.rb', line 19478

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



19474
19475
19476
# File 'lib/eBay.rb', line 19474

def correlationID
  @correlationID
end

#discountReasonObject

Returns the value of attribute discountReason.



19492
19493
19494
# File 'lib/eBay.rb', line 19492

def discountReason
  @discountReason
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



19480
19481
19482
# File 'lib/eBay.rb', line 19480

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



19482
19483
19484
# File 'lib/eBay.rb', line 19482

def eIASToken
  @eIASToken
end

#endTimeObject

Returns the value of attribute endTime.



19491
19492
19493
# File 'lib/eBay.rb', line 19491

def endTime
  @endTime
end

#errorsObject

Returns the value of attribute errors.



19475
19476
19477
# File 'lib/eBay.rb', line 19475

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



19486
19487
19488
# File 'lib/eBay.rb', line 19486

def externalUserData
  @externalUserData
end

#feesObject

Returns the value of attribute fees.



19489
19490
19491
# File 'lib/eBay.rb', line 19489

def fees
  @fees
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



19484
19485
19486
# File 'lib/eBay.rb', line 19484

def hardExpirationWarning
  @hardExpirationWarning
end

#itemIDObject

Returns the value of attribute itemID.



19488
19489
19490
# File 'lib/eBay.rb', line 19488

def itemID
  @itemID
end

#listingRecommendationsObject

Returns the value of attribute listingRecommendations.



19494
19495
19496
# File 'lib/eBay.rb', line 19494

def listingRecommendations
  @listingRecommendations
end

#messageObject

Returns the value of attribute message.



19476
19477
19478
# File 'lib/eBay.rb', line 19476

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



19479
19480
19481
# File 'lib/eBay.rb', line 19479

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



19483
19484
19485
# File 'lib/eBay.rb', line 19483

def notificationSignature
  @notificationSignature
end

#productSuggestionsObject

Returns the value of attribute productSuggestions.



19493
19494
19495
# File 'lib/eBay.rb', line 19493

def productSuggestions
  @productSuggestions
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



19481
19482
19483
# File 'lib/eBay.rb', line 19481

def recipientUserID
  @recipientUserID
end

#startTimeObject

Returns the value of attribute startTime.



19490
19491
19492
# File 'lib/eBay.rb', line 19490

def startTime
  @startTime
end

#timestampObject

Returns the value of attribute timestamp.



19472
19473
19474
# File 'lib/eBay.rb', line 19472

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



19477
19478
19479
# File 'lib/eBay.rb', line 19477

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



19496
19497
19498
# File 'lib/eBay.rb', line 19496

def set_any(elements)
  @__xmlele_any = elements
end