Exception: Tetra::NoProjectDirectoryError
- Inherits:
-
StandardError
- Object
- StandardError
- Tetra::NoProjectDirectoryError
- Defined in:
- lib/tetra/project.rb
Overview
current directory is not a tetra project
Instance Attribute Summary collapse
-
#directory ⇒ Object
readonly
Returns the value of attribute directory.
Instance Method Summary collapse
-
#initialize(directory) ⇒ NoProjectDirectoryError
constructor
A new instance of NoProjectDirectoryError.
Constructor Details
#initialize(directory) ⇒ NoProjectDirectoryError
236 237 238 |
# File 'lib/tetra/project.rb', line 236 def initialize(directory) @directory = directory end |
Instance Attribute Details
#directory ⇒ Object (readonly)
Returns the value of attribute directory.
234 235 236 |
# File 'lib/tetra/project.rb', line 234 def directory @directory end |