Class: EBay::DeleteSellingManagerTemplateAutomationRuleResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsDeleteSellingManagerTemplateAutomationRuleResponseType

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

Returns a new instance of DeleteSellingManagerTemplateAutomationRuleResponseType.



10449
10450
10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
10468
10469
10470
# File 'lib/eBay.rb', line 10449

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.



10439
10440
10441
# File 'lib/eBay.rb', line 10439

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



10425
10426
10427
# File 'lib/eBay.rb', line 10425

def ack
  @ack
end

#automatedListingRuleObject

Returns the value of attribute automatedListingRule.



10440
10441
10442
# File 'lib/eBay.rb', line 10440

def automatedListingRule
  @automatedListingRule
end

#automatedRelistingRuleObject

Returns the value of attribute automatedRelistingRule.



10441
10442
10443
# File 'lib/eBay.rb', line 10441

def automatedRelistingRule
  @automatedRelistingRule
end

#automatedSecondChanceOfferRuleObject

Returns the value of attribute automatedSecondChanceOfferRule.



10442
10443
10444
# File 'lib/eBay.rb', line 10442

def automatedSecondChanceOfferRule
  @automatedSecondChanceOfferRule
end

#botBlockObject

Returns the value of attribute botBlock.



10437
10438
10439
# File 'lib/eBay.rb', line 10437

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



10430
10431
10432
# File 'lib/eBay.rb', line 10430

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



10426
10427
10428
# File 'lib/eBay.rb', line 10426

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



10432
10433
10434
# File 'lib/eBay.rb', line 10432

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



10434
10435
10436
# File 'lib/eBay.rb', line 10434

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



10427
10428
10429
# File 'lib/eBay.rb', line 10427

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



10438
10439
10440
# File 'lib/eBay.rb', line 10438

def externalUserData
  @externalUserData
end

#feesObject

Returns the value of attribute fees.



10443
10444
10445
# File 'lib/eBay.rb', line 10443

def fees
  @fees
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



10436
10437
10438
# File 'lib/eBay.rb', line 10436

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



10428
10429
10430
# File 'lib/eBay.rb', line 10428

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



10431
10432
10433
# File 'lib/eBay.rb', line 10431

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



10435
10436
10437
# File 'lib/eBay.rb', line 10435

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



10433
10434
10435
# File 'lib/eBay.rb', line 10433

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



10424
10425
10426
# File 'lib/eBay.rb', line 10424

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



10429
10430
10431
# File 'lib/eBay.rb', line 10429

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



10445
10446
10447
# File 'lib/eBay.rb', line 10445

def set_any(elements)
  @__xmlele_any = elements
end