Class: VerifyAddItemResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsVerifyAddItemResponseType

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
expressListing - SOAP::SOAPBoolean
expressItemRequirements - ExpressItemRequirementsType
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, expressListing = nil, expressItemRequirements = nil, categoryID = nil, category2ID = nil) ⇒ VerifyAddItemResponseType

Returns a new instance of VerifyAddItemResponseType.



15611
15612
15613
15614
15615
15616
15617
15618
15619
15620
15621
15622
15623
15624
15625
15626
15627
15628
15629
15630
15631
15632
15633
# File 'lib/eBay.rb', line 15611

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, expressListing = nil, expressItemRequirements = 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
  @expressListing = expressListing
  @expressItemRequirements = expressItemRequirements
  @categoryID = categoryID
  @category2ID = category2ID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



15599
15600
15601
# File 'lib/eBay.rb', line 15599

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



15586
15587
15588
# File 'lib/eBay.rb', line 15586

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



15598
15599
15600
# File 'lib/eBay.rb', line 15598

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



15591
15592
15593
# File 'lib/eBay.rb', line 15591

def build
  @build
end

#category2IDObject

Returns the value of attribute category2ID.



15605
15606
15607
# File 'lib/eBay.rb', line 15605

def category2ID
  @category2ID
end

#categoryIDObject

Returns the value of attribute categoryID.



15604
15605
15606
# File 'lib/eBay.rb', line 15604

def categoryID
  @categoryID
end

#correlationIDObject

Returns the value of attribute correlationID.



15587
15588
15589
# File 'lib/eBay.rb', line 15587

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



15593
15594
15595
# File 'lib/eBay.rb', line 15593

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



15595
15596
15597
# File 'lib/eBay.rb', line 15595

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



15588
15589
15590
# File 'lib/eBay.rb', line 15588

def errors
  @errors
end

#expressItemRequirementsObject

Returns the value of attribute expressItemRequirements.



15603
15604
15605
# File 'lib/eBay.rb', line 15603

def expressItemRequirements
  @expressItemRequirements
end

#expressListingObject

Returns the value of attribute expressListing.



15602
15603
15604
# File 'lib/eBay.rb', line 15602

def expressListing
  @expressListing
end

#feesObject

Returns the value of attribute fees.



15601
15602
15603
# File 'lib/eBay.rb', line 15601

def fees
  @fees
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



15597
15598
15599
# File 'lib/eBay.rb', line 15597

def hardExpirationWarning
  @hardExpirationWarning
end

#itemIDObject

Returns the value of attribute itemID.



15600
15601
15602
# File 'lib/eBay.rb', line 15600

def itemID
  @itemID
end

#messageObject

Returns the value of attribute message.



15589
15590
15591
# File 'lib/eBay.rb', line 15589

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



15592
15593
15594
# File 'lib/eBay.rb', line 15592

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



15596
15597
15598
# File 'lib/eBay.rb', line 15596

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



15594
15595
15596
# File 'lib/eBay.rb', line 15594

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



15585
15586
15587
# File 'lib/eBay.rb', line 15585

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



15590
15591
15592
# File 'lib/eBay.rb', line 15590

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



15607
15608
15609
# File 'lib/eBay.rb', line 15607

def set_any(elements)
  @__xmlele_any = elements
end