Exception: Gjp::NoProjectDirectoryError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/gjp/project.rb

Overview

current directory is not a gjp project

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(directory) ⇒ NoProjectDirectoryError

Returns a new instance of NoProjectDirectoryError.



232
233
234
# File 'lib/gjp/project.rb', line 232

def initialize(directory)
  @directory = directory
end

Instance Attribute Details

#directoryObject (readonly)

Returns the value of attribute directory.



230
231
232
# File 'lib/gjp/project.rb', line 230

def directory
  @directory
end