Class: DoReauthorizationResponseType
- Inherits:
-
Object
- Object
- DoReauthorizationResponseType
- Defined in:
- lib/v_paypal/default.rb
Overview
urn:ebay:api:PayPalAPIDoReauthorizationResponseType
Constant Summary collapse
- @@schema_type =
"DoReauthorizationResponseType"
- @@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")]], ["authorizationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:api:PayPalAPI", "AuthorizationID")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#authorizationID ⇒ Object
Returns the value of attribute authorizationID.
-
#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, authorizationID = nil) ⇒ DoReauthorizationResponseType
constructor
A new instance of DoReauthorizationResponseType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], version = nil, build = nil, authorizationID = nil) ⇒ DoReauthorizationResponseType
Returns a new instance of DoReauthorizationResponseType.
1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 |
# File 'lib/v_paypal/default.rb', line 1328 def initialize( = nil, ack = nil, correlationID = nil, errors = [], version = nil, build = nil, = nil) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @version = version @build = build @__xmlele_any = nil @authorizationID = end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
1321 1322 1323 |
# File 'lib/v_paypal/default.rb', line 1321 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
1316 1317 1318 |
# File 'lib/v_paypal/default.rb', line 1316 def ack @ack end |
#authorizationID ⇒ Object
Returns the value of attribute authorizationID.
1322 1323 1324 |
# File 'lib/v_paypal/default.rb', line 1322 def @authorizationID end |
#build ⇒ Object
Returns the value of attribute build.
1320 1321 1322 |
# File 'lib/v_paypal/default.rb', line 1320 def build @build end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
1317 1318 1319 |
# File 'lib/v_paypal/default.rb', line 1317 def correlationID @correlationID end |
#errors ⇒ Object
Returns the value of attribute errors.
1318 1319 1320 |
# File 'lib/v_paypal/default.rb', line 1318 def errors @errors end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
1315 1316 1317 |
# File 'lib/v_paypal/default.rb', line 1315 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
1319 1320 1321 |
# File 'lib/v_paypal/default.rb', line 1319 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
1324 1325 1326 |
# File 'lib/v_paypal/default.rb', line 1324 def set_any(elements) @__xmlele_any = elements end |