Class: Dsu::Views::Project::RenameByNumber
- Defined in:
- lib/dsu/views/project/rename_by_number.rb
Instance Attribute Summary
Attributes inherited from Rename
Instance Method Summary collapse
Methods inherited from Rename
Methods included from Support::ColorThemable
apply_theme, #prompt_with_options
Methods included from Support::Ask
Constructor Details
This class inherits a constructor from Dsu::Views::Project::Rename
Instance Method Details
#display_project_does_not_exist ⇒ Object
13 14 15 16 17 |
# File 'lib/dsu/views/project/rename_by_number.rb', line 13 def display_project_does_not_exist = I18n.t('subcommands.project.messages.number_does_not_exist', project_number: presenter.project_number) puts apply_theme(, theme_color: color_theme.error) end |