Class: EBay::GetPromotionRulesResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetPromotionRulesResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
promotionRuleArray - EBay::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, externalUserData = nil, promotionRuleArray = nil) ⇒ GetPromotionRulesResponseType

Returns a new instance of GetPromotionRulesResponseType.



13927
13928
13929
13930
13931
13932
13933
13934
13935
13936
13937
13938
13939
13940
13941
13942
13943
13944
13945
# File 'lib/eBay.rb', line 13927

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



13920
13921
13922
# File 'lib/eBay.rb', line 13920

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



13906
13907
13908
# File 'lib/eBay.rb', line 13906

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



13918
13919
13920
# File 'lib/eBay.rb', line 13918

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



13911
13912
13913
# File 'lib/eBay.rb', line 13911

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



13907
13908
13909
# File 'lib/eBay.rb', line 13907

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



13913
13914
13915
# File 'lib/eBay.rb', line 13913

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



13915
13916
13917
# File 'lib/eBay.rb', line 13915

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



13908
13909
13910
# File 'lib/eBay.rb', line 13908

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



13919
13920
13921
# File 'lib/eBay.rb', line 13919

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



13917
13918
13919
# File 'lib/eBay.rb', line 13917

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



13909
13910
13911
# File 'lib/eBay.rb', line 13909

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



13912
13913
13914
# File 'lib/eBay.rb', line 13912

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



13916
13917
13918
# File 'lib/eBay.rb', line 13916

def notificationSignature
  @notificationSignature
end

#promotionRuleArrayObject

Returns the value of attribute promotionRuleArray.



13921
13922
13923
# File 'lib/eBay.rb', line 13921

def promotionRuleArray
  @promotionRuleArray
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



13914
13915
13916
# File 'lib/eBay.rb', line 13914

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



13905
13906
13907
# File 'lib/eBay.rb', line 13905

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



13910
13911
13912
# File 'lib/eBay.rb', line 13910

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



13923
13924
13925
# File 'lib/eBay.rb', line 13923

def set_any(elements)
  @__xmlele_any = elements
end