Class: EBay::SetSellingManagerTemplateAutomationRuleResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::SetSellingManagerTemplateAutomationRuleResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSetSellingManagerTemplateAutomationRuleResponseType
- 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
automatedListingRule - EBay::SellingManagerAutoListType
automatedRelistingRule - EBay::SellingManagerAutoRelistType
automatedSecondChanceOfferRule - EBay::SellingManagerAutoSecondChanceOfferType
fees - EBay::FeesType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#automatedListingRule ⇒ Object
Returns the value of attribute automatedListingRule.
-
#automatedRelistingRule ⇒ Object
Returns the value of attribute automatedRelistingRule.
-
#automatedSecondChanceOfferRule ⇒ Object
Returns the value of attribute automatedSecondChanceOfferRule.
-
#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.
-
#fees ⇒ Object
Returns the value of attribute fees.
-
#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.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#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, automatedListingRule = nil, automatedRelistingRule = nil, automatedSecondChanceOfferRule = nil, fees = nil) ⇒ SetSellingManagerTemplateAutomationRuleResponseType
constructor
A new instance of SetSellingManagerTemplateAutomationRuleResponseType.
- #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, automatedListingRule = nil, automatedRelistingRule = nil, automatedSecondChanceOfferRule = nil, fees = nil) ⇒ SetSellingManagerTemplateAutomationRuleResponseType
Returns a new instance of SetSellingManagerTemplateAutomationRuleResponseType.
18467 18468 18469 18470 18471 18472 18473 18474 18475 18476 18477 18478 18479 18480 18481 18482 18483 18484 18485 18486 18487 18488 |
# File 'lib/eBay.rb', line 18467 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, automatedListingRule = nil, automatedRelistingRule = nil, automatedSecondChanceOfferRule = nil, fees = 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 @automatedListingRule = automatedListingRule @automatedRelistingRule = automatedRelistingRule @automatedSecondChanceOfferRule = automatedSecondChanceOfferRule @fees = fees end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
18457 18458 18459 |
# File 'lib/eBay.rb', line 18457 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
18443 18444 18445 |
# File 'lib/eBay.rb', line 18443 def ack @ack end |
#automatedListingRule ⇒ Object
Returns the value of attribute automatedListingRule.
18458 18459 18460 |
# File 'lib/eBay.rb', line 18458 def automatedListingRule @automatedListingRule end |
#automatedRelistingRule ⇒ Object
Returns the value of attribute automatedRelistingRule.
18459 18460 18461 |
# File 'lib/eBay.rb', line 18459 def automatedRelistingRule @automatedRelistingRule end |
#automatedSecondChanceOfferRule ⇒ Object
Returns the value of attribute automatedSecondChanceOfferRule.
18460 18461 18462 |
# File 'lib/eBay.rb', line 18460 def automatedSecondChanceOfferRule @automatedSecondChanceOfferRule end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
18455 18456 18457 |
# File 'lib/eBay.rb', line 18455 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
18448 18449 18450 |
# File 'lib/eBay.rb', line 18448 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
18444 18445 18446 |
# File 'lib/eBay.rb', line 18444 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
18450 18451 18452 |
# File 'lib/eBay.rb', line 18450 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
18452 18453 18454 |
# File 'lib/eBay.rb', line 18452 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
18445 18446 18447 |
# File 'lib/eBay.rb', line 18445 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
18456 18457 18458 |
# File 'lib/eBay.rb', line 18456 def externalUserData @externalUserData end |
#fees ⇒ Object
Returns the value of attribute fees.
18461 18462 18463 |
# File 'lib/eBay.rb', line 18461 def fees @fees end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
18454 18455 18456 |
# File 'lib/eBay.rb', line 18454 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
18446 18447 18448 |
# File 'lib/eBay.rb', line 18446 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
18449 18450 18451 |
# File 'lib/eBay.rb', line 18449 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
18453 18454 18455 |
# File 'lib/eBay.rb', line 18453 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
18451 18452 18453 |
# File 'lib/eBay.rb', line 18451 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
18442 18443 18444 |
# File 'lib/eBay.rb', line 18442 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
18447 18448 18449 |
# File 'lib/eBay.rb', line 18447 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
18463 18464 18465 |
# File 'lib/eBay.rb', line 18463 def set_any(elements) @__xmlele_any = elements end |