Method: Licensee::ProjectFiles::ProjectFile#filename
- Defined in:
- lib/licensee/project_files/project_file.rb
#filename ⇒ Object Also known as: path
TODO: In the next major release, filename should be the basename and path should be either the absolute path or the relative path to the project root, but maintaining the alias for backward compatability
50 51 52 |
# File 'lib/licensee/project_files/project_file.rb', line 50 def filename @data[:name] end |