Class: AuthorizeNet::API::TransactionResponse::Errors::Error
- Inherits:
-
Object
- Object
- AuthorizeNet::API::TransactionResponse::Errors::Error
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsderror
errorCode - SOAP::SOAPString
errorText - SOAP::SOAPString
Instance Method Summary collapse
-
#initialize(errorCode = nil, errorText = nil) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(errorCode = nil, errorText = nil) ⇒ Error
Returns a new instance of Error.
2544 2545 2546 2547 |
# File 'lib/authorize_net/api/schema.rb', line 2544 def initialize(errorCode = nil, errorText = nil) @errorCode = errorCode @errorText = errorText end |