class SEPOMEX_Acrogenesis::Error

Attributes

response[R]

Public Class Methods

new(response = {}) click to toggle source
Calls superclass method
# File lib/sepomex_acrogenesis/error.rb, line 5
def initialize(response = {})
  @response = response
  super
end