Class: EBay::GetSellingManagerTemplateAutomationRuleResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellingManagerTemplateAutomationRuleResponseType

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
automatedListingRule - EBay::SellingManagerAutoListType
automatedRelistingRule - EBay::SellingManagerAutoRelistType
automatedSecondChanceOfferRule - EBay::SellingManagerAutoSecondChanceOfferType
fees - EBay::FeesType

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, 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(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)
  @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
  @automatedListingRule = automatedListingRule
  @automatedRelistingRule = automatedRelistingRule
  @automatedSecondChanceOfferRule = automatedSecondChanceOfferRule
  @fees = fees
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14870
14871
14872
# File 'lib/eBay.rb', line 14870

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14856
14857
14858
# File 'lib/eBay.rb', line 14856

def ack
  @ack
end

#automatedListingRuleObject

Returns the value of attribute automatedListingRule.



14871
14872
14873
# File 'lib/eBay.rb', line 14871

def automatedListingRule
  @automatedListingRule
end

#automatedRelistingRuleObject

Returns the value of attribute automatedRelistingRule.



14872
14873
14874
# File 'lib/eBay.rb', line 14872

def automatedRelistingRule
  @automatedRelistingRule
end

#automatedSecondChanceOfferRuleObject

Returns the value of attribute automatedSecondChanceOfferRule.



14873
14874
14875
# File 'lib/eBay.rb', line 14873

def automatedSecondChanceOfferRule
  @automatedSecondChanceOfferRule
end

#botBlockObject

Returns the value of attribute botBlock.



14868
14869
14870
# File 'lib/eBay.rb', line 14868

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14861
14862
14863
# File 'lib/eBay.rb', line 14861

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



14857
14858
14859
# File 'lib/eBay.rb', line 14857

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14863
14864
14865
# File 'lib/eBay.rb', line 14863

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14865
14866
14867
# File 'lib/eBay.rb', line 14865

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14858
14859
14860
# File 'lib/eBay.rb', line 14858

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



14869
14870
14871
# File 'lib/eBay.rb', line 14869

def externalUserData
  @externalUserData
end

#feesObject

Returns the value of attribute fees.



14874
14875
14876
# File 'lib/eBay.rb', line 14874

def fees
  @fees
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14867
14868
14869
# File 'lib/eBay.rb', line 14867

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



14859
14860
14861
# File 'lib/eBay.rb', line 14859

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14862
14863
14864
# File 'lib/eBay.rb', line 14862

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14866
14867
14868
# File 'lib/eBay.rb', line 14866

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14864
14865
14866
# File 'lib/eBay.rb', line 14864

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



14855
14856
14857
# File 'lib/eBay.rb', line 14855

def timestamp
  @timestamp
end

#versionObject

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