Class: PagSeguro::Errors
- Inherits:
-
Object
- Object
- PagSeguro::Errors
- Extended by:
- Forwardable
- Includes:
- Enumerable
- Defined in:
- lib/pagseguro/errors.rb
Instance Method Summary collapse
-
#initialize(response = nil) ⇒ Errors
constructor
A new instance of Errors.
Constructor Details
#initialize(response = nil) ⇒ Errors
8 9 10 11 12 13 |
# File 'lib/pagseguro/errors.rb', line 8 def initialize(response = nil) @response = response = [] process_response if response end |