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.



1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
# File 'lib/eBay.rb', line 1677

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.



1667
1668
1669
# File 'lib/eBay.rb', line 1667

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



1656
1657
1658
# File 'lib/eBay.rb', line 1656

def ack
  @ack
end

#bidArrayObject

Returns the value of attribute bidArray.



1668
1669
1670
# File 'lib/eBay.rb', line 1668

def bidArray
  @bidArray
end

#buildObject

Returns the value of attribute build.



1661
1662
1663
# File 'lib/eBay.rb', line 1661

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



1657
1658
1659
# File 'lib/eBay.rb', line 1657

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



1663
1664
1665
# File 'lib/eBay.rb', line 1663

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



1658
1659
1660
# File 'lib/eBay.rb', line 1658

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



1666
1667
1668
# File 'lib/eBay.rb', line 1666

def hardExpirationWarning
  @hardExpirationWarning
end

#highBidderObject

Returns the value of attribute highBidder.



1669
1670
1671
# File 'lib/eBay.rb', line 1669

def highBidder
  @highBidder
end

#highestBidObject

Returns the value of attribute highestBid.



1670
1671
1672
# File 'lib/eBay.rb', line 1670

def highestBid
  @highestBid
end

#listingStatusObject

Returns the value of attribute listingStatus.



1671
1672
1673
# File 'lib/eBay.rb', line 1671

def listingStatus
  @listingStatus
end

#messageObject

Returns the value of attribute message.



1659
1660
1661
# File 'lib/eBay.rb', line 1659

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



1662
1663
1664
# File 'lib/eBay.rb', line 1662

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



1665
1666
1667
# File 'lib/eBay.rb', line 1665

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



1664
1665
1666
# File 'lib/eBay.rb', line 1664

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



1655
1656
1657
# File 'lib/eBay.rb', line 1655

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



1660
1661
1662
# File 'lib/eBay.rb', line 1660

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



1673
1674
1675
# File 'lib/eBay.rb', line 1673

def set_any(elements)
  @__xmlele_any = elements
end