Exception: CouchShell::PluginUtils::VarNotSet
- Inherits:
-
ShellError
- Object
- Exception
- ShellUserError
- ShellError
- CouchShell::PluginUtils::VarNotSet
- Defined in:
- lib/couch-shell/plugin_utils.rb
Instance Attribute Summary collapse
-
#var ⇒ Object
Returns the value of attribute var.
Instance Method Summary collapse
Instance Attribute Details
#var ⇒ Object
Returns the value of attribute var.
16 17 18 |
# File 'lib/couch-shell/plugin_utils.rb', line 16 def var @var end |
Instance Method Details
#message ⇒ Object
18 19 20 |
# File 'lib/couch-shell/plugin_utils.rb', line 18 def "Variable @#{@var.plugin.plugin_name}.#{@var.name} not set." end |