Exception: Gjp::NoPackageDirectoryError
- Inherits:
-
StandardError
- Object
- StandardError
- Gjp::NoPackageDirectoryError
- 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) ⇒ NoPackageDirectoryError
constructor
A new instance of NoPackageDirectoryError.
Constructor Details
#initialize(directory) ⇒ NoPackageDirectoryError
Returns a new instance of NoPackageDirectoryError.
242 243 244 |
# File 'lib/gjp/project.rb', line 242 def initialize(directory) @directory = directory end |
Instance Attribute Details
#directory ⇒ Object (readonly)
Returns the value of attribute directory.
240 241 242 |
# File 'lib/gjp/project.rb', line 240 def directory @directory end |