Class: EBay::SetSellingManagerItemAutomationRuleResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetSellingManagerItemAutomationRuleResponseType

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

Returns a new instance of SetSellingManagerItemAutomationRuleResponseType.



18397
18398
18399
18400
18401
18402
18403
18404
18405
18406
18407
18408
18409
18410
18411
18412
18413
18414
18415
18416
18417
18418
# File 'lib/eBay.rb', line 18397

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.



18387
18388
18389
# File 'lib/eBay.rb', line 18387

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



18373
18374
18375
# File 'lib/eBay.rb', line 18373

def ack
  @ack
end

#automatedListingRuleObject

Returns the value of attribute automatedListingRule.



18388
18389
18390
# File 'lib/eBay.rb', line 18388

def automatedListingRule
  @automatedListingRule
end

#automatedRelistingRuleObject

Returns the value of attribute automatedRelistingRule.



18389
18390
18391
# File 'lib/eBay.rb', line 18389

def automatedRelistingRule
  @automatedRelistingRule
end

#automatedSecondChanceOfferRuleObject

Returns the value of attribute automatedSecondChanceOfferRule.



18390
18391
18392
# File 'lib/eBay.rb', line 18390

def automatedSecondChanceOfferRule
  @automatedSecondChanceOfferRule
end

#botBlockObject

Returns the value of attribute botBlock.



18385
18386
18387
# File 'lib/eBay.rb', line 18385

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



18378
18379
18380
# File 'lib/eBay.rb', line 18378

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



18374
18375
18376
# File 'lib/eBay.rb', line 18374

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



18380
18381
18382
# File 'lib/eBay.rb', line 18380

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



18382
18383
18384
# File 'lib/eBay.rb', line 18382

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



18375
18376
18377
# File 'lib/eBay.rb', line 18375

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



18386
18387
18388
# File 'lib/eBay.rb', line 18386

def externalUserData
  @externalUserData
end

#feesObject

Returns the value of attribute fees.



18391
18392
18393
# File 'lib/eBay.rb', line 18391

def fees
  @fees
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



18384
18385
18386
# File 'lib/eBay.rb', line 18384

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



18376
18377
18378
# File 'lib/eBay.rb', line 18376

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



18379
18380
18381
# File 'lib/eBay.rb', line 18379

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



18383
18384
18385
# File 'lib/eBay.rb', line 18383

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



18381
18382
18383
# File 'lib/eBay.rb', line 18381

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



18372
18373
18374
# File 'lib/eBay.rb', line 18372

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



18377
18378
18379
# File 'lib/eBay.rb', line 18377

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



18393
18394
18395
# File 'lib/eBay.rb', line 18393

def set_any(elements)
  @__xmlele_any = elements
end