Class: EBay::DeleteSellingManagerItemAutomationRuleResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsDeleteSellingManagerItemAutomationRuleResponseType

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

Returns a new instance of DeleteSellingManagerItemAutomationRuleResponseType.



10254
10255
10256
10257
10258
10259
10260
10261
10262
10263
10264
10265
10266
10267
10268
10269
10270
10271
10272
10273
10274
10275
# File 'lib/eBay.rb', line 10254

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.



10244
10245
10246
# File 'lib/eBay.rb', line 10244

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



10230
10231
10232
# File 'lib/eBay.rb', line 10230

def ack
  @ack
end

#automatedListingRuleObject

Returns the value of attribute automatedListingRule.



10245
10246
10247
# File 'lib/eBay.rb', line 10245

def automatedListingRule
  @automatedListingRule
end

#automatedRelistingRuleObject

Returns the value of attribute automatedRelistingRule.



10246
10247
10248
# File 'lib/eBay.rb', line 10246

def automatedRelistingRule
  @automatedRelistingRule
end

#automatedSecondChanceOfferRuleObject

Returns the value of attribute automatedSecondChanceOfferRule.



10247
10248
10249
# File 'lib/eBay.rb', line 10247

def automatedSecondChanceOfferRule
  @automatedSecondChanceOfferRule
end

#botBlockObject

Returns the value of attribute botBlock.



10242
10243
10244
# File 'lib/eBay.rb', line 10242

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



10235
10236
10237
# File 'lib/eBay.rb', line 10235

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



10231
10232
10233
# File 'lib/eBay.rb', line 10231

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



10237
10238
10239
# File 'lib/eBay.rb', line 10237

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



10239
10240
10241
# File 'lib/eBay.rb', line 10239

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



10232
10233
10234
# File 'lib/eBay.rb', line 10232

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



10243
10244
10245
# File 'lib/eBay.rb', line 10243

def externalUserData
  @externalUserData
end

#feesObject

Returns the value of attribute fees.



10248
10249
10250
# File 'lib/eBay.rb', line 10248

def fees
  @fees
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



10241
10242
10243
# File 'lib/eBay.rb', line 10241

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



10233
10234
10235
# File 'lib/eBay.rb', line 10233

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



10236
10237
10238
# File 'lib/eBay.rb', line 10236

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



10240
10241
10242
# File 'lib/eBay.rb', line 10240

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



10238
10239
10240
# File 'lib/eBay.rb', line 10238

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



10229
10230
10231
# File 'lib/eBay.rb', line 10229

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



10234
10235
10236
# File 'lib/eBay.rb', line 10234

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



10250
10251
10252
# File 'lib/eBay.rb', line 10250

def set_any(elements)
  @__xmlele_any = elements
end