Class: GetAdFormatLeadsResponseType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetAdFormatLeadsResponseType

Constant Summary collapse

@@schema_type =
"GetAdFormatLeadsResponseType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]],
["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]],
["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]],
["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]],
["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]],
["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]],
["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]],
["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]],
["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]],
["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]],
["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
["adFormatLead", ["AdFormatLeadType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AdFormatLead")]],
["adFormatLeadCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AdFormatLeadCount")]]]

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

Returns a new instance of GetAdFormatLeadsResponseType.



1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
# File 'lib/eBay.rb', line 1571

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, adFormatLead = [], adFormatLeadCount = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @__xmlele_any = nil
  @adFormatLead = adFormatLead
  @adFormatLeadCount = adFormatLeadCount
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1563
1564
1565
# File 'lib/eBay.rb', line 1563

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



1552
1553
1554
# File 'lib/eBay.rb', line 1552

def ack
  @ack
end

#adFormatLeadObject

Returns the value of attribute adFormatLead.



1564
1565
1566
# File 'lib/eBay.rb', line 1564

def adFormatLead
  @adFormatLead
end

#adFormatLeadCountObject

Returns the value of attribute adFormatLeadCount.



1565
1566
1567
# File 'lib/eBay.rb', line 1565

def adFormatLeadCount
  @adFormatLeadCount
end

#buildObject

Returns the value of attribute build.



1557
1558
1559
# File 'lib/eBay.rb', line 1557

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



1553
1554
1555
# File 'lib/eBay.rb', line 1553

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



1559
1560
1561
# File 'lib/eBay.rb', line 1559

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



1554
1555
1556
# File 'lib/eBay.rb', line 1554

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



1562
1563
1564
# File 'lib/eBay.rb', line 1562

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



1555
1556
1557
# File 'lib/eBay.rb', line 1555

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



1558
1559
1560
# File 'lib/eBay.rb', line 1558

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



1561
1562
1563
# File 'lib/eBay.rb', line 1561

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



1560
1561
1562
# File 'lib/eBay.rb', line 1560

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



1551
1552
1553
# File 'lib/eBay.rb', line 1551

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



1556
1557
1558
# File 'lib/eBay.rb', line 1556

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



1567
1568
1569
# File 'lib/eBay.rb', line 1567

def set_any(elements)
  @__xmlele_any = elements
end