Class: GetPromotionRulesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetPromotionRulesResponseType

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
promotionRuleArray - PromotionRuleArrayType

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, promotionRuleArray = nil) ⇒ GetPromotionRulesResponseType

Returns a new instance of GetPromotionRulesResponseType.



11723
11724
11725
11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
# File 'lib/eBay.rb', line 11723

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11716
11717
11718
# File 'lib/eBay.rb', line 11716

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



11703
11704
11705
# File 'lib/eBay.rb', line 11703

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



11715
11716
11717
# File 'lib/eBay.rb', line 11715

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



11708
11709
11710
# File 'lib/eBay.rb', line 11708

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



11704
11705
11706
# File 'lib/eBay.rb', line 11704

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



11710
11711
11712
# File 'lib/eBay.rb', line 11710

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



11712
11713
11714
# File 'lib/eBay.rb', line 11712

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



11705
11706
11707
# File 'lib/eBay.rb', line 11705

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



11714
11715
11716
# File 'lib/eBay.rb', line 11714

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



11706
11707
11708
# File 'lib/eBay.rb', line 11706

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



11709
11710
11711
# File 'lib/eBay.rb', line 11709

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



11713
11714
11715
# File 'lib/eBay.rb', line 11713

def notificationSignature
  @notificationSignature
end

#promotionRuleArrayObject

Returns the value of attribute promotionRuleArray.



11717
11718
11719
# File 'lib/eBay.rb', line 11717

def promotionRuleArray
  @promotionRuleArray
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



11711
11712
11713
# File 'lib/eBay.rb', line 11711

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



11702
11703
11704
# File 'lib/eBay.rb', line 11702

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



11707
11708
11709
# File 'lib/eBay.rb', line 11707

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



11719
11720
11721
# File 'lib/eBay.rb', line 11719

def set_any(elements)
  @__xmlele_any = elements
end