Class: GetOrderTransactionsResponseType
- Inherits:
-
Object
- Object
- GetOrderTransactionsResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetOrderTransactionsResponseType
Constant Summary collapse
- @@schema_type =
"GetOrderTransactionsResponseType"- @@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")]], ["eIASToken", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EIASToken")]], ["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")]], ["orderArray", ["OrderArrayType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "OrderArray")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#build ⇒ Object
Returns the value of attribute build.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#orderArray ⇒ Object
Returns the value of attribute orderArray.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, orderArray = nil) ⇒ GetOrderTransactionsResponseType
constructor
A new instance of GetOrderTransactionsResponseType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, orderArray = nil) ⇒ GetOrderTransactionsResponseType
Returns a new instance of GetOrderTransactionsResponseType.
6522 6523 6524 6525 6526 6527 6528 6529 6530 6531 6532 6533 6534 6535 6536 6537 6538 |
# File 'lib/eBay.rb', line 6522 def initialize( = nil, ack = nil, correlationID = nil, errors = [], = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, orderArray = nil) = @ack = ack @correlationID = correlationID @errors = errors = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @__xmlele_any = nil @orderArray = orderArray end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
6515 6516 6517 |
# File 'lib/eBay.rb', line 6515 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
6503 6504 6505 |
# File 'lib/eBay.rb', line 6503 def ack @ack end |
#build ⇒ Object
Returns the value of attribute build.
6508 6509 6510 |
# File 'lib/eBay.rb', line 6508 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
6504 6505 6506 |
# File 'lib/eBay.rb', line 6504 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
6510 6511 6512 |
# File 'lib/eBay.rb', line 6510 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
6512 6513 6514 |
# File 'lib/eBay.rb', line 6512 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
6505 6506 6507 |
# File 'lib/eBay.rb', line 6505 def errors @errors end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
6514 6515 6516 |
# File 'lib/eBay.rb', line 6514 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
6506 6507 6508 |
# File 'lib/eBay.rb', line 6506 def end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
6509 6510 6511 |
# File 'lib/eBay.rb', line 6509 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
6513 6514 6515 |
# File 'lib/eBay.rb', line 6513 def notificationSignature @notificationSignature end |
#orderArray ⇒ Object
Returns the value of attribute orderArray.
6516 6517 6518 |
# File 'lib/eBay.rb', line 6516 def orderArray @orderArray end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
6511 6512 6513 |
# File 'lib/eBay.rb', line 6511 def recipientUserID @recipientUserID end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
6502 6503 6504 |
# File 'lib/eBay.rb', line 6502 def end |
#version ⇒ Object
Returns the value of attribute version.
6507 6508 6509 |
# File 'lib/eBay.rb', line 6507 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
6518 6519 6520 |
# File 'lib/eBay.rb', line 6518 def set_any(elements) @__xmlele_any = elements end |