Class: EBay::SetPromotionalSaleResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::SetPromotionalSaleResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSetPromotionalSaleResponseType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- 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
status - EBay::PromotionalSaleStatusCodeType
promotionalSaleID - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#promotionalSaleID ⇒ Object
Returns the value of attribute promotionalSaleID.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#status ⇒ Object
Returns the value of attribute status.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#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, status = nil, promotionalSaleID = nil) ⇒ SetPromotionalSaleResponseType
constructor
A new instance of SetPromotionalSaleResponseType.
- #set_any(elements) ⇒ Object
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, status = nil, promotionalSaleID = nil) ⇒ SetPromotionalSaleResponseType
Returns a new instance of SetPromotionalSaleResponseType.
18210 18211 18212 18213 18214 18215 18216 18217 18218 18219 18220 18221 18222 18223 18224 18225 18226 18227 18228 18229 |
# File 'lib/eBay.rb', line 18210 def initialize( = nil, ack = nil, correlationID = nil, errors = [], = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, status = nil, promotionalSaleID = nil) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @message = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @botBlock = botBlock @externalUserData = externalUserData @__xmlele_any = nil @status = status @promotionalSaleID = promotionalSaleID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
18202 18203 18204 |
# File 'lib/eBay.rb', line 18202 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
18188 18189 18190 |
# File 'lib/eBay.rb', line 18188 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
18200 18201 18202 |
# File 'lib/eBay.rb', line 18200 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
18193 18194 18195 |
# File 'lib/eBay.rb', line 18193 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
18189 18190 18191 |
# File 'lib/eBay.rb', line 18189 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
18195 18196 18197 |
# File 'lib/eBay.rb', line 18195 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
18197 18198 18199 |
# File 'lib/eBay.rb', line 18197 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
18190 18191 18192 |
# File 'lib/eBay.rb', line 18190 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
18201 18202 18203 |
# File 'lib/eBay.rb', line 18201 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
18199 18200 18201 |
# File 'lib/eBay.rb', line 18199 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
18191 18192 18193 |
# File 'lib/eBay.rb', line 18191 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
18194 18195 18196 |
# File 'lib/eBay.rb', line 18194 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
18198 18199 18200 |
# File 'lib/eBay.rb', line 18198 def notificationSignature @notificationSignature end |
#promotionalSaleID ⇒ Object
Returns the value of attribute promotionalSaleID.
18204 18205 18206 |
# File 'lib/eBay.rb', line 18204 def promotionalSaleID @promotionalSaleID end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
18196 18197 18198 |
# File 'lib/eBay.rb', line 18196 def recipientUserID @recipientUserID end |
#status ⇒ Object
Returns the value of attribute status.
18203 18204 18205 |
# File 'lib/eBay.rb', line 18203 def status @status end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
18187 18188 18189 |
# File 'lib/eBay.rb', line 18187 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
18192 18193 18194 |
# File 'lib/eBay.rb', line 18192 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
18206 18207 18208 |
# File 'lib/eBay.rb', line 18206 def set_any(elements) @__xmlele_any = elements end |