Class: Jdt::ManifestFinder

Inherits:
Object
  • Object
show all
Defined in:
lib/jdt/manifest/find.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(search_path = ".") ⇒ ManifestFinder

Returns a new instance of ManifestFinder.



29
30
31
# File 'lib/jdt/manifest/find.rb', line 29

def initialize(search_path = ".")
  @path = search_path
end

Instance Attribute Details

#pathObject

Returns the value of attribute path.



27
28
29
# File 'lib/jdt/manifest/find.rb', line 27

def path
  @path
end

Instance Method Details

#findObject



33
34
35
# File 'lib/jdt/manifest/find.rb', line 33

def find
  retrieve_manifest_path
end