Class: SetPromotionalSaleListingsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetPromotionalSaleListingsResponseType

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
status - PromotionalSaleStatusCodeType

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, status = nil) ⇒ SetPromotionalSaleListingsResponseType

Returns a new instance of SetPromotionalSaleListingsResponseType.



14804
14805
14806
14807
14808
14809
14810
14811
14812
14813
14814
14815
14816
14817
14818
14819
14820
14821
# File 'lib/eBay.rb', line 14804

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, status = 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
  @status = status
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14797
14798
14799
# File 'lib/eBay.rb', line 14797

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14784
14785
14786
# File 'lib/eBay.rb', line 14784

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14796
14797
14798
# File 'lib/eBay.rb', line 14796

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14789
14790
14791
# File 'lib/eBay.rb', line 14789

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



14785
14786
14787
# File 'lib/eBay.rb', line 14785

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14791
14792
14793
# File 'lib/eBay.rb', line 14791

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14793
14794
14795
# File 'lib/eBay.rb', line 14793

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14786
14787
14788
# File 'lib/eBay.rb', line 14786

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14795
14796
14797
# File 'lib/eBay.rb', line 14795

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



14787
14788
14789
# File 'lib/eBay.rb', line 14787

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14790
14791
14792
# File 'lib/eBay.rb', line 14790

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14794
14795
14796
# File 'lib/eBay.rb', line 14794

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14792
14793
14794
# File 'lib/eBay.rb', line 14792

def recipientUserID
  @recipientUserID
end

#statusObject

Returns the value of attribute status.



14798
14799
14800
# File 'lib/eBay.rb', line 14798

def status
  @status
end

#timestampObject

Returns the value of attribute timestamp.



14783
14784
14785
# File 'lib/eBay.rb', line 14783

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



14788
14789
14790
# File 'lib/eBay.rb', line 14788

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



14800
14801
14802
# File 'lib/eBay.rb', line 14800

def set_any(elements)
  @__xmlele_any = elements
end