Class: TransactionSearchResponseType
- Inherits:
-
Object
- Object
- TransactionSearchResponseType
- Defined in:
- lib/v_paypal/default.rb
Overview
urn:ebay:api:PayPalAPITransactionSearchResponseType
Constant Summary collapse
- @@schema_type =
"TransactionSearchResponseType"
- @@schema_ns =
"urn:ebay:api:PayPalAPI"
- @@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")]], ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]], ["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]], ["paymentTransactions", ["PaymentTransactionSearchResultType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PaymentTransactions")]] ]
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.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#paymentTransactions ⇒ Object
Returns the value of attribute paymentTransactions.
-
#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 = [], version = nil, build = nil, paymentTransactions = []) ⇒ TransactionSearchResponseType
constructor
A new instance of TransactionSearchResponseType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], version = nil, build = nil, paymentTransactions = []) ⇒ TransactionSearchResponseType
Returns a new instance of TransactionSearchResponseType.
581 582 583 584 585 586 587 588 589 590 |
# File 'lib/v_paypal/default.rb', line 581 def initialize( = nil, ack = nil, correlationID = nil, errors = [], version = nil, build = nil, paymentTransactions = []) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @version = version @build = build @__xmlele_any = nil @paymentTransactions = paymentTransactions end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
574 575 576 |
# File 'lib/v_paypal/default.rb', line 574 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
569 570 571 |
# File 'lib/v_paypal/default.rb', line 569 def ack @ack end |
#build ⇒ Object
Returns the value of attribute build.
573 574 575 |
# File 'lib/v_paypal/default.rb', line 573 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
570 571 572 |
# File 'lib/v_paypal/default.rb', line 570 def correlationID @correlationID end |
#errors ⇒ Object
Returns the value of attribute errors.
571 572 573 |
# File 'lib/v_paypal/default.rb', line 571 def errors @errors end |
#paymentTransactions ⇒ Object
Returns the value of attribute paymentTransactions.
575 576 577 |
# File 'lib/v_paypal/default.rb', line 575 def paymentTransactions @paymentTransactions end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
568 569 570 |
# File 'lib/v_paypal/default.rb', line 568 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
572 573 574 |
# File 'lib/v_paypal/default.rb', line 572 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
577 578 579 |
# File 'lib/v_paypal/default.rb', line 577 def set_any(elements) @__xmlele_any = elements end |