Class: EBay::GetSellingManagerTemplateAutomationRuleResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetSellingManagerTemplateAutomationRuleResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetSellingManagerTemplateAutomationRuleResponseType
- 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) ⇒ GetSellingManagerTemplateAutomationRuleResponseType
constructor
A new instance of GetSellingManagerTemplateAutomationRuleResponseType.
- #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) ⇒ GetSellingManagerTemplateAutomationRuleResponseType
Returns a new instance of GetSellingManagerTemplateAutomationRuleResponseType.
14880 14881 14882 14883 14884 14885 14886 14887 14888 14889 14890 14891 14892 14893 14894 14895 14896 14897 14898 14899 14900 14901 |
# File 'lib/eBay.rb', line 14880 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.
14870 14871 14872 |
# File 'lib/eBay.rb', line 14870 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
14856 14857 14858 |
# File 'lib/eBay.rb', line 14856 def ack @ack end |
#automatedListingRule ⇒ Object
Returns the value of attribute automatedListingRule.
14871 14872 14873 |
# File 'lib/eBay.rb', line 14871 def automatedListingRule @automatedListingRule end |
#automatedRelistingRule ⇒ Object
Returns the value of attribute automatedRelistingRule.
14872 14873 14874 |
# File 'lib/eBay.rb', line 14872 def automatedRelistingRule @automatedRelistingRule end |
#automatedSecondChanceOfferRule ⇒ Object
Returns the value of attribute automatedSecondChanceOfferRule.
14873 14874 14875 |
# File 'lib/eBay.rb', line 14873 def automatedSecondChanceOfferRule @automatedSecondChanceOfferRule end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
14868 14869 14870 |
# File 'lib/eBay.rb', line 14868 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
14861 14862 14863 |
# File 'lib/eBay.rb', line 14861 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
14857 14858 14859 |
# File 'lib/eBay.rb', line 14857 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
14863 14864 14865 |
# File 'lib/eBay.rb', line 14863 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
14865 14866 14867 |
# File 'lib/eBay.rb', line 14865 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
14858 14859 14860 |
# File 'lib/eBay.rb', line 14858 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
14869 14870 14871 |
# File 'lib/eBay.rb', line 14869 def externalUserData @externalUserData end |
#fees ⇒ Object
Returns the value of attribute fees.
14874 14875 14876 |
# File 'lib/eBay.rb', line 14874 def fees @fees end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
14867 14868 14869 |
# File 'lib/eBay.rb', line 14867 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
14859 14860 14861 |
# File 'lib/eBay.rb', line 14859 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
14862 14863 14864 |
# File 'lib/eBay.rb', line 14862 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
14866 14867 14868 |
# File 'lib/eBay.rb', line 14866 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
14864 14865 14866 |
# File 'lib/eBay.rb', line 14864 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
14855 14856 14857 |
# File 'lib/eBay.rb', line 14855 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
14860 14861 14862 |
# File 'lib/eBay.rb', line 14860 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
14876 14877 14878 |
# File 'lib/eBay.rb', line 14876 def set_any(elements) @__xmlele_any = elements end |