Class: GetLiveAuctionBiddersResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetLiveAuctionBiddersResponseType

Constant Summary collapse

@@schema_type =
"GetLiveAuctionBiddersResponseType"
@@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")]],
  ["bidderDetails", ["BidderDetailArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BidderDetails")]],
  ["totalPending", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TotalPending")]],
  ["totalApproved", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TotalApproved")]],
  ["totalDenied", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TotalDenied")]],
  ["pageNumber", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PageNumber")]],
  ["paginationResult", ["PaginationResultType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PaginationResult")]]
]

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, bidderDetails = nil, totalPending = nil, totalApproved = nil, totalDenied = nil, pageNumber = nil, paginationResult = nil) ⇒ GetLiveAuctionBiddersResponseType

Returns a new instance of GetLiveAuctionBiddersResponseType.



4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
# File 'lib/eBay.rb', line 4604

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, bidderDetails = nil, totalPending = nil, totalApproved = nil, totalDenied = nil, pageNumber = nil, paginationResult = 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
  @bidderDetails = bidderDetails
  @totalPending = totalPending
  @totalApproved = totalApproved
  @totalDenied = totalDenied
  @pageNumber = pageNumber
  @paginationResult = paginationResult
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



4592
4593
4594
# File 'lib/eBay.rb', line 4592

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



4581
4582
4583
# File 'lib/eBay.rb', line 4581

def ack
  @ack
end

#bidderDetailsObject

Returns the value of attribute bidderDetails.



4593
4594
4595
# File 'lib/eBay.rb', line 4593

def bidderDetails
  @bidderDetails
end

#buildObject

Returns the value of attribute build.



4586
4587
4588
# File 'lib/eBay.rb', line 4586

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



4582
4583
4584
# File 'lib/eBay.rb', line 4582

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



4588
4589
4590
# File 'lib/eBay.rb', line 4588

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



4583
4584
4585
# File 'lib/eBay.rb', line 4583

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



4591
4592
4593
# File 'lib/eBay.rb', line 4591

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



4584
4585
4586
# File 'lib/eBay.rb', line 4584

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



4587
4588
4589
# File 'lib/eBay.rb', line 4587

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



4590
4591
4592
# File 'lib/eBay.rb', line 4590

def notificationSignature
  @notificationSignature
end

#pageNumberObject

Returns the value of attribute pageNumber.



4597
4598
4599
# File 'lib/eBay.rb', line 4597

def pageNumber
  @pageNumber
end

#paginationResultObject

Returns the value of attribute paginationResult.



4598
4599
4600
# File 'lib/eBay.rb', line 4598

def paginationResult
  @paginationResult
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



4589
4590
4591
# File 'lib/eBay.rb', line 4589

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



4580
4581
4582
# File 'lib/eBay.rb', line 4580

def timestamp
  @timestamp
end

#totalApprovedObject

Returns the value of attribute totalApproved.



4595
4596
4597
# File 'lib/eBay.rb', line 4595

def totalApproved
  @totalApproved
end

#totalDeniedObject

Returns the value of attribute totalDenied.



4596
4597
4598
# File 'lib/eBay.rb', line 4596

def totalDenied
  @totalDenied
end

#totalPendingObject

Returns the value of attribute totalPending.



4594
4595
4596
# File 'lib/eBay.rb', line 4594

def totalPending
  @totalPending
end

#versionObject

Returns the value of attribute version.



4585
4586
4587
# File 'lib/eBay.rb', line 4585

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



4600
4601
4602
# File 'lib/eBay.rb', line 4600

def set_any(elements)
  @__xmlele_any = elements
end