Class: SetPromotionalSaleResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetPromotionalSaleResponseType

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
promotionalSaleID - SOAP::SOAPLong

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, promotionalSaleID = nil) ⇒ SetPromotionalSaleResponseType

Returns a new instance of SetPromotionalSaleResponseType.



14745
14746
14747
14748
14749
14750
14751
14752
14753
14754
14755
14756
14757
14758
14759
14760
14761
14762
14763
# File 'lib/eBay.rb', line 14745

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14737
14738
14739
# File 'lib/eBay.rb', line 14737

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14724
14725
14726
# File 'lib/eBay.rb', line 14724

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



14736
14737
14738
# File 'lib/eBay.rb', line 14736

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14729
14730
14731
# File 'lib/eBay.rb', line 14729

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



14725
14726
14727
# File 'lib/eBay.rb', line 14725

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14731
14732
14733
# File 'lib/eBay.rb', line 14731

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14733
14734
14735
# File 'lib/eBay.rb', line 14733

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14726
14727
14728
# File 'lib/eBay.rb', line 14726

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14735
14736
14737
# File 'lib/eBay.rb', line 14735

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



14727
14728
14729
# File 'lib/eBay.rb', line 14727

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14730
14731
14732
# File 'lib/eBay.rb', line 14730

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14734
14735
14736
# File 'lib/eBay.rb', line 14734

def notificationSignature
  @notificationSignature
end

#promotionalSaleIDObject

Returns the value of attribute promotionalSaleID.



14739
14740
14741
# File 'lib/eBay.rb', line 14739

def promotionalSaleID
  @promotionalSaleID
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14732
14733
14734
# File 'lib/eBay.rb', line 14732

def recipientUserID
  @recipientUserID
end

#statusObject

Returns the value of attribute status.



14738
14739
14740
# File 'lib/eBay.rb', line 14738

def status
  @status
end

#timestampObject

Returns the value of attribute timestamp.



14723
14724
14725
# File 'lib/eBay.rb', line 14723

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



14728
14729
14730
# File 'lib/eBay.rb', line 14728

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



14741
14742
14743
# File 'lib/eBay.rb', line 14741

def set_any(elements)
  @__xmlele_any = elements
end