Class: GetAllBiddersResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetAllBiddersResponseType

Constant Summary collapse

@@schema_type =
"GetAllBiddersResponseType"
@@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")]],
  ["bidArray", ["OfferArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BidArray")]],
  ["highBidder", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HighBidder")]],
  ["highestBid", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HighestBid")]],
  ["listingStatus", ["ListingStatusCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ListingStatus")]]
]

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, bidArray = nil, highBidder = nil, highestBid = nil, listingStatus = nil) ⇒ GetAllBiddersResponseType

Returns a new instance of GetAllBiddersResponseType.



1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
# File 'lib/eBay.rb', line 1864

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, bidArray = nil, highBidder = nil, highestBid = nil, listingStatus = 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
  @bidArray = bidArray
  @highBidder = highBidder
  @highestBid = highestBid
  @listingStatus = listingStatus
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1854
1855
1856
# File 'lib/eBay.rb', line 1854

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



1843
1844
1845
# File 'lib/eBay.rb', line 1843

def ack
  @ack
end

#bidArrayObject

Returns the value of attribute bidArray.



1855
1856
1857
# File 'lib/eBay.rb', line 1855

def bidArray
  @bidArray
end

#buildObject

Returns the value of attribute build.



1848
1849
1850
# File 'lib/eBay.rb', line 1848

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



1844
1845
1846
# File 'lib/eBay.rb', line 1844

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



1850
1851
1852
# File 'lib/eBay.rb', line 1850

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



1845
1846
1847
# File 'lib/eBay.rb', line 1845

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



1853
1854
1855
# File 'lib/eBay.rb', line 1853

def hardExpirationWarning
  @hardExpirationWarning
end

#highBidderObject

Returns the value of attribute highBidder.



1856
1857
1858
# File 'lib/eBay.rb', line 1856

def highBidder
  @highBidder
end

#highestBidObject

Returns the value of attribute highestBid.



1857
1858
1859
# File 'lib/eBay.rb', line 1857

def highestBid
  @highestBid
end

#listingStatusObject

Returns the value of attribute listingStatus.



1858
1859
1860
# File 'lib/eBay.rb', line 1858

def listingStatus
  @listingStatus
end

#messageObject

Returns the value of attribute message.



1846
1847
1848
# File 'lib/eBay.rb', line 1846

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



1849
1850
1851
# File 'lib/eBay.rb', line 1849

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



1852
1853
1854
# File 'lib/eBay.rb', line 1852

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



1851
1852
1853
# File 'lib/eBay.rb', line 1851

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



1842
1843
1844
# File 'lib/eBay.rb', line 1842

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



1847
1848
1849
# File 'lib/eBay.rb', line 1847

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



1860
1861
1862
# File 'lib/eBay.rb', line 1860

def set_any(elements)
  @__xmlele_any = elements
end