Class: Jdt::ManifestFinder
- Inherits:
-
Object
- Object
- Jdt::ManifestFinder
- Defined in:
- lib/jdt/manifest/find.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
- #find ⇒ Object
-
#initialize(search_path = ".") ⇒ ManifestFinder
constructor
A new instance of ManifestFinder.
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
#path ⇒ Object
Returns the value of attribute path.
27 28 29 |
# File 'lib/jdt/manifest/find.rb', line 27 def path @path end |
Instance Method Details
#find ⇒ Object
33 34 35 |
# File 'lib/jdt/manifest/find.rb', line 33 def find retrieve_manifest_path end |