Class: MassPayResponseType
- Inherits:
-
Object
- Object
- MassPayResponseType
- Defined in:
- lib/v_paypal/default.rb
Overview
urn:ebay:api:PayPalAPIMassPayResponseType
Constant Summary collapse
- @@schema_type =
"MassPayResponseType"
- @@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")]] ]
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.
-
#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) ⇒ MassPayResponseType
constructor
A new instance of MassPayResponseType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], version = nil, build = nil) ⇒ MassPayResponseType
Returns a new instance of MassPayResponseType.
659 660 661 662 663 664 665 666 667 |
# File 'lib/v_paypal/default.rb', line 659 def initialize( = nil, ack = nil, correlationID = nil, errors = [], version = nil, build = nil) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @version = version @build = build @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
653 654 655 |
# File 'lib/v_paypal/default.rb', line 653 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
648 649 650 |
# File 'lib/v_paypal/default.rb', line 648 def ack @ack end |
#build ⇒ Object
Returns the value of attribute build.
652 653 654 |
# File 'lib/v_paypal/default.rb', line 652 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
649 650 651 |
# File 'lib/v_paypal/default.rb', line 649 def correlationID @correlationID end |
#errors ⇒ Object
Returns the value of attribute errors.
650 651 652 |
# File 'lib/v_paypal/default.rb', line 650 def errors @errors end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
647 648 649 |
# File 'lib/v_paypal/default.rb', line 647 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
651 652 653 |
# File 'lib/v_paypal/default.rb', line 651 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
655 656 657 |
# File 'lib/v_paypal/default.rb', line 655 def set_any(elements) @__xmlele_any = elements end |