Class: EBay::SetSellingManagerTemplateAutomationRuleResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsSetSellingManagerTemplateAutomationRuleResponseType

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

Returns a new instance of SetSellingManagerTemplateAutomationRuleResponseType.



18467
18468
18469
18470
18471
18472
18473
18474
18475
18476
18477
18478
18479
18480
18481
18482
18483
18484
18485
18486
18487
18488
# File 'lib/eBay.rb', line 18467

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.



18457
18458
18459
# File 'lib/eBay.rb', line 18457

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



18443
18444
18445
# File 'lib/eBay.rb', line 18443

def ack
  @ack
end

#automatedListingRuleObject

Returns the value of attribute automatedListingRule.



18458
18459
18460
# File 'lib/eBay.rb', line 18458

def automatedListingRule
  @automatedListingRule
end

#automatedRelistingRuleObject

Returns the value of attribute automatedRelistingRule.



18459
18460
18461
# File 'lib/eBay.rb', line 18459

def automatedRelistingRule
  @automatedRelistingRule
end

#automatedSecondChanceOfferRuleObject

Returns the value of attribute automatedSecondChanceOfferRule.



18460
18461
18462
# File 'lib/eBay.rb', line 18460

def automatedSecondChanceOfferRule
  @automatedSecondChanceOfferRule
end

#botBlockObject

Returns the value of attribute botBlock.



18455
18456
18457
# File 'lib/eBay.rb', line 18455

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



18448
18449
18450
# File 'lib/eBay.rb', line 18448

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



18444
18445
18446
# File 'lib/eBay.rb', line 18444

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



18450
18451
18452
# File 'lib/eBay.rb', line 18450

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



18452
18453
18454
# File 'lib/eBay.rb', line 18452

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



18445
18446
18447
# File 'lib/eBay.rb', line 18445

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



18456
18457
18458
# File 'lib/eBay.rb', line 18456

def externalUserData
  @externalUserData
end

#feesObject

Returns the value of attribute fees.



18461
18462
18463
# File 'lib/eBay.rb', line 18461

def fees
  @fees
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



18454
18455
18456
# File 'lib/eBay.rb', line 18454

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



18446
18447
18448
# File 'lib/eBay.rb', line 18446

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



18449
18450
18451
# File 'lib/eBay.rb', line 18449

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



18453
18454
18455
# File 'lib/eBay.rb', line 18453

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



18451
18452
18453
# File 'lib/eBay.rb', line 18451

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



18442
18443
18444
# File 'lib/eBay.rb', line 18442

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



18447
18448
18449
# File 'lib/eBay.rb', line 18447

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



18463
18464
18465
# File 'lib/eBay.rb', line 18463

def set_any(elements)
  @__xmlele_any = elements
end