Class: EBay::GetSellingManagerItemAutomationRuleResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetSellingManagerItemAutomationRuleResponseType

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) ⇒ GetSellingManagerItemAutomationRuleResponseType

Returns a new instance of GetSellingManagerItemAutomationRuleResponseType.



14685
14686
14687
14688
14689
14690
14691
14692
14693
14694
14695
14696
14697
14698
14699
14700
14701
14702
14703
14704
14705
14706
# File 'lib/eBay.rb', line 14685

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.



14675
14676
14677
# File 'lib/eBay.rb', line 14675

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



14661
14662
14663
# File 'lib/eBay.rb', line 14661

def ack
  @ack
end

#automatedListingRuleObject

Returns the value of attribute automatedListingRule.



14676
14677
14678
# File 'lib/eBay.rb', line 14676

def automatedListingRule
  @automatedListingRule
end

#automatedRelistingRuleObject

Returns the value of attribute automatedRelistingRule.



14677
14678
14679
# File 'lib/eBay.rb', line 14677

def automatedRelistingRule
  @automatedRelistingRule
end

#automatedSecondChanceOfferRuleObject

Returns the value of attribute automatedSecondChanceOfferRule.



14678
14679
14680
# File 'lib/eBay.rb', line 14678

def automatedSecondChanceOfferRule
  @automatedSecondChanceOfferRule
end

#botBlockObject

Returns the value of attribute botBlock.



14673
14674
14675
# File 'lib/eBay.rb', line 14673

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



14666
14667
14668
# File 'lib/eBay.rb', line 14666

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



14662
14663
14664
# File 'lib/eBay.rb', line 14662

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



14668
14669
14670
# File 'lib/eBay.rb', line 14668

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



14670
14671
14672
# File 'lib/eBay.rb', line 14670

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



14663
14664
14665
# File 'lib/eBay.rb', line 14663

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



14674
14675
14676
# File 'lib/eBay.rb', line 14674

def externalUserData
  @externalUserData
end

#feesObject

Returns the value of attribute fees.



14679
14680
14681
# File 'lib/eBay.rb', line 14679

def fees
  @fees
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



14672
14673
14674
# File 'lib/eBay.rb', line 14672

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



14664
14665
14666
# File 'lib/eBay.rb', line 14664

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



14667
14668
14669
# File 'lib/eBay.rb', line 14667

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



14671
14672
14673
# File 'lib/eBay.rb', line 14671

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



14669
14670
14671
# File 'lib/eBay.rb', line 14669

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



14660
14661
14662
# File 'lib/eBay.rb', line 14660

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



14665
14666
14667
# File 'lib/eBay.rb', line 14665

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



14681
14682
14683
# File 'lib/eBay.rb', line 14681

def set_any(elements)
  @__xmlele_any = elements
end