Exception: Dentaku::UnboundVariableError
- Defined in:
- lib/dentaku/exceptions.rb
Instance Attribute Summary collapse
-
#unbound_variables ⇒ Object
readonly
Returns the value of attribute unbound_variables.
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(unbound_variables) ⇒ UnboundVariableError
constructor
A new instance of UnboundVariableError.
Constructor Details
#initialize(unbound_variables) ⇒ UnboundVariableError
Returns a new instance of UnboundVariableError.
9 10 11 |
# File 'lib/dentaku/exceptions.rb', line 9 def initialize(unbound_variables) @unbound_variables = unbound_variables end |
Instance Attribute Details
#unbound_variables ⇒ Object (readonly)
Returns the value of attribute unbound_variables.
7 8 9 |
# File 'lib/dentaku/exceptions.rb', line 7 def unbound_variables @unbound_variables end |