Exception: Interaktor::Error::Base

Inherits:
StandardError
  • Object
show all
Defined in:
lib/interaktor/error/base.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(interaktor) ⇒ Base

Returns a new instance of Base.

Parameters:

  • interaktor (Class)


6
7
8
# File 'lib/interaktor/error/base.rb', line 6

def initialize(interaktor)
  @interaktor = interaktor
end

Instance Attribute Details

#interaktorClass (readonly)

Returns:

  • (Class)


3
4
5
# File 'lib/interaktor/error/base.rb', line 3

def interaktor
  @interaktor
end