Class: GetAdFormatLeadsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetAdFormatLeadsResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType
adFormatLead - AdFormatLeadType
adFormatLeadCount - SOAP::SOAPInt

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, adFormatLead = [], adFormatLeadCount = nil) ⇒ GetAdFormatLeadsResponseType

Returns a new instance of GetAdFormatLeadsResponseType.



8531
8532
8533
8534
8535
8536
8537
8538
8539
8540
8541
8542
8543
8544
8545
8546
8547
8548
8549
# File 'lib/eBay.rb', line 8531

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, adFormatLead = [], adFormatLeadCount = 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
  @__xmlele_any = nil
  @adFormatLead = adFormatLead
  @adFormatLeadCount = adFormatLeadCount
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8523
8524
8525
# File 'lib/eBay.rb', line 8523

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



8510
8511
8512
# File 'lib/eBay.rb', line 8510

def ack
  @ack
end

#adFormatLeadObject

Returns the value of attribute adFormatLead.



8524
8525
8526
# File 'lib/eBay.rb', line 8524

def adFormatLead
  @adFormatLead
end

#adFormatLeadCountObject

Returns the value of attribute adFormatLeadCount.



8525
8526
8527
# File 'lib/eBay.rb', line 8525

def adFormatLeadCount
  @adFormatLeadCount
end

#botBlockObject

Returns the value of attribute botBlock.



8522
8523
8524
# File 'lib/eBay.rb', line 8522

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



8515
8516
8517
# File 'lib/eBay.rb', line 8515

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



8511
8512
8513
# File 'lib/eBay.rb', line 8511

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



8517
8518
8519
# File 'lib/eBay.rb', line 8517

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



8519
8520
8521
# File 'lib/eBay.rb', line 8519

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



8512
8513
8514
# File 'lib/eBay.rb', line 8512

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



8521
8522
8523
# File 'lib/eBay.rb', line 8521

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



8513
8514
8515
# File 'lib/eBay.rb', line 8513

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



8516
8517
8518
# File 'lib/eBay.rb', line 8516

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



8520
8521
8522
# File 'lib/eBay.rb', line 8520

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



8518
8519
8520
# File 'lib/eBay.rb', line 8518

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



8509
8510
8511
# File 'lib/eBay.rb', line 8509

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



8514
8515
8516
# File 'lib/eBay.rb', line 8514

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



8527
8528
8529
# File 'lib/eBay.rb', line 8527

def set_any(elements)
  @__xmlele_any = elements
end