Class: GetPromotionalSaleDetailsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetPromotionalSaleDetailsResponseType

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
promotionalSaleDetails - PromotionalSaleArrayType

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, promotionalSaleDetails = nil) ⇒ GetPromotionalSaleDetailsResponseType

Returns a new instance of GetPromotionalSaleDetailsResponseType.



11781
11782
11783
11784
11785
11786
11787
11788
11789
11790
11791
11792
11793
11794
11795
11796
11797
11798
# File 'lib/eBay.rb', line 11781

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11774
11775
11776
# File 'lib/eBay.rb', line 11774

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



11761
11762
11763
# File 'lib/eBay.rb', line 11761

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



11773
11774
11775
# File 'lib/eBay.rb', line 11773

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



11766
11767
11768
# File 'lib/eBay.rb', line 11766

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



11762
11763
11764
# File 'lib/eBay.rb', line 11762

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



11768
11769
11770
# File 'lib/eBay.rb', line 11768

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



11770
11771
11772
# File 'lib/eBay.rb', line 11770

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



11763
11764
11765
# File 'lib/eBay.rb', line 11763

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



11772
11773
11774
# File 'lib/eBay.rb', line 11772

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



11764
11765
11766
# File 'lib/eBay.rb', line 11764

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



11767
11768
11769
# File 'lib/eBay.rb', line 11767

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



11771
11772
11773
# File 'lib/eBay.rb', line 11771

def notificationSignature
  @notificationSignature
end

#promotionalSaleDetailsObject

Returns the value of attribute promotionalSaleDetails.



11775
11776
11777
# File 'lib/eBay.rb', line 11775

def promotionalSaleDetails
  @promotionalSaleDetails
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



11769
11770
11771
# File 'lib/eBay.rb', line 11769

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



11760
11761
11762
# File 'lib/eBay.rb', line 11760

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



11765
11766
11767
# File 'lib/eBay.rb', line 11765

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



11777
11778
11779
# File 'lib/eBay.rb', line 11777

def set_any(elements)
  @__xmlele_any = elements
end