Exception: Tomo::Configuration::ProjectNotFoundError
- Defined in:
- lib/tomo/configuration/project_not_found_error.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
Methods inherited from Error
Methods included from Tomo::Colors
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path.
6 7 8 |
# File 'lib/tomo/configuration/project_not_found_error.rb', line 6 def path @path end |
Instance Method Details
#to_console ⇒ Object
8 9 10 |
# File 'lib/tomo/configuration/project_not_found_error.rb', line 8 def to_console path == DEFAULT_CONFIG_PATH ? : end |