Exception: Dentaku::UnboundVariableError

Inherits:
Error
  • Object
show all
Defined in:
lib/dentaku/exceptions.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(unbound_variables) ⇒ UnboundVariableError

Returns a new instance of UnboundVariableError.



10
11
12
# File 'lib/dentaku/exceptions.rb', line 10

def initialize(unbound_variables)
  @unbound_variables = unbound_variables
end

Instance Attribute Details

#recipient_variableObject

Returns the value of attribute recipient_variable.



6
7
8
# File 'lib/dentaku/exceptions.rb', line 6

def recipient_variable
  @recipient_variable
end

#unbound_variablesObject (readonly)

Returns the value of attribute unbound_variables.



8
9
10
# File 'lib/dentaku/exceptions.rb', line 8

def unbound_variables
  @unbound_variables
end