Exception: Train::PluginLoadError
- Defined in:
- lib/train/errors.rb
Overview
We could not load a plugin, because of a user error
Instance Attribute Summary collapse
-
#transport_name ⇒ Object
Returns the value of attribute transport_name.
Attributes inherited from Error
Method Summary
Methods inherited from Error
Constructor Details
This class inherits a constructor from Train::Error
Instance Attribute Details
#transport_name ⇒ Object
Returns the value of attribute transport_name.
27 28 29 |
# File 'lib/train/errors.rb', line 27 def transport_name @transport_name end |