class RecrasError

Attributes

object[R]

Public Class Methods

new(object) click to toggle source
# File lib/recras/recras_error.rb, line 4
def initialize(object)
  @object = object
end