Class: ApproveLiveAuctionBiddersResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsApproveLiveAuctionBiddersResponseType

Constant Summary collapse

@@schema_type =
"ApproveLiveAuctionBiddersResponseType"
@@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")]],
  ["bidderUpdateStatus", ["LiveAuctionApprovalStatusArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BidderUpdateStatus")]]
]

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, bidderUpdateStatus = nil) ⇒ ApproveLiveAuctionBiddersResponseType

Returns a new instance of ApproveLiveAuctionBiddersResponseType.



1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
# File 'lib/eBay.rb', line 1082

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, bidderUpdateStatus = 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
  @bidderUpdateStatus = bidderUpdateStatus
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



1075
1076
1077
# File 'lib/eBay.rb', line 1075

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



1064
1065
1066
# File 'lib/eBay.rb', line 1064

def ack
  @ack
end

#bidderUpdateStatusObject

Returns the value of attribute bidderUpdateStatus.



1076
1077
1078
# File 'lib/eBay.rb', line 1076

def bidderUpdateStatus
  @bidderUpdateStatus
end

#buildObject

Returns the value of attribute build.



1069
1070
1071
# File 'lib/eBay.rb', line 1069

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



1065
1066
1067
# File 'lib/eBay.rb', line 1065

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



1071
1072
1073
# File 'lib/eBay.rb', line 1071

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



1066
1067
1068
# File 'lib/eBay.rb', line 1066

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



1074
1075
1076
# File 'lib/eBay.rb', line 1074

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



1067
1068
1069
# File 'lib/eBay.rb', line 1067

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



1070
1071
1072
# File 'lib/eBay.rb', line 1070

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



1073
1074
1075
# File 'lib/eBay.rb', line 1073

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



1072
1073
1074
# File 'lib/eBay.rb', line 1072

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



1063
1064
1065
# File 'lib/eBay.rb', line 1063

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



1068
1069
1070
# File 'lib/eBay.rb', line 1068

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



1078
1079
1080
# File 'lib/eBay.rb', line 1078

def set_any(elements)
  @__xmlele_any = elements
end