class EwayRapid::ResponseOutput

Base class for the output data class inherits

Attributes

errors[RW]

List of all validation, processing, fraud or system errors that occurred when processing this request.

Public Class Methods

new(*args, &block) click to toggle source
Calls superclass method
# File lib/eway_rapid/output/response_output.rb, line 9
def initialize(*args, &block)
  super
  @errors = []
end