Class: Sem::CLI::Projects::Files
- Inherits:
-
Dracula
- Object
- Dracula
- Sem::CLI::Projects::Files
- Defined in:
- lib/sem/cli/projects.rb
Instance Method Summary collapse
Instance Method Details
#list(project_name) ⇒ Object
89 90 91 92 93 |
# File 'lib/sem/cli/projects.rb', line 89 def list(project_name) project = Sem::API::Project.find!(project_name) Sem::Views::Files.list(project.config_files) end |