Exception: Gjp::NoPackageDirectoryError

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

Overview

current directory is not a gjp package directory

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(directory) ⇒ NoPackageDirectoryError

Returns a new instance of NoPackageDirectoryError.



241
242
243
# File 'lib/gjp/project.rb', line 241

def initialize(directory)
  @directory = directory
end

Instance Attribute Details

#directoryObject (readonly)

Returns the value of attribute directory.



239
240
241
# File 'lib/gjp/project.rb', line 239

def directory
  @directory
end