Class: SetExpressCheckoutResponseType
- Inherits:
-
Object
- Object
- SetExpressCheckoutResponseType
- Defined in:
- lib/v_paypal/default.rb
Overview
urn:ebay:api:PayPalAPISetExpressCheckoutResponseType
Constant Summary collapse
- @@schema_type =
"SetExpressCheckoutResponseType"
- @@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")]], ["token", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:api:PayPalAPI", "Token")]] ]
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.
-
#token ⇒ Object
Returns the value of attribute token.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], version = nil, build = nil, token = nil) ⇒ SetExpressCheckoutResponseType
constructor
A new instance of SetExpressCheckoutResponseType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], version = nil, build = nil, token = nil) ⇒ SetExpressCheckoutResponseType
Returns a new instance of SetExpressCheckoutResponseType.
934 935 936 937 938 939 940 941 942 943 |
# File 'lib/v_paypal/default.rb', line 934 def initialize( = nil, ack = nil, correlationID = nil, errors = [], version = nil, build = nil, token = nil) = @ack = ack @correlationID = correlationID @errors = errors @version = version @build = build @__xmlele_any = nil @token = token end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
927 928 929 |
# File 'lib/v_paypal/default.rb', line 927 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
922 923 924 |
# File 'lib/v_paypal/default.rb', line 922 def ack @ack end |
#build ⇒ Object
Returns the value of attribute build.
926 927 928 |
# File 'lib/v_paypal/default.rb', line 926 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
923 924 925 |
# File 'lib/v_paypal/default.rb', line 923 def correlationID @correlationID end |
#errors ⇒ Object
Returns the value of attribute errors.
924 925 926 |
# File 'lib/v_paypal/default.rb', line 924 def errors @errors end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
921 922 923 |
# File 'lib/v_paypal/default.rb', line 921 def end |
#token ⇒ Object
Returns the value of attribute token.
928 929 930 |
# File 'lib/v_paypal/default.rb', line 928 def token @token end |
#version ⇒ Object
Returns the value of attribute version.
925 926 927 |
# File 'lib/v_paypal/default.rb', line 925 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
930 931 932 |
# File 'lib/v_paypal/default.rb', line 930 def set_any(elements) @__xmlele_any = elements end |