Exception: Gjp::NoProjectDirectoryError
- Inherits:
-
StandardError
- Object
- StandardError
- Gjp::NoProjectDirectoryError
- Defined in:
- lib/gjp/project.rb
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
Returns a new instance of NoProjectDirectoryError.
235 236 237 |
# File 'lib/gjp/project.rb', line 235 def initialize(directory) @directory = directory end |
Instance Attribute Details
#directory ⇒ Object (readonly)
Returns the value of attribute directory.
233 234 235 |
# File 'lib/gjp/project.rb', line 233 def directory @directory end |