Class: Generators::Avo::SkillsInstallPanel::Screen
- Inherits:
-
Struct
- Object
- Struct
- Generators::Avo::SkillsInstallPanel::Screen
- Defined in:
- lib/generators/avo/skills_install_panel.rb
Overview
visible_when takes the answers so far, so a screen that only makes
sense given an earlier answer is skipped rather than asked pointlessly.
summary takes them too, and renders above the options — how the final
confirm screen shows what it is about to do.
Instance Attribute Summary collapse
-
#hint ⇒ Object
Returns the value of attribute hint.
-
#key ⇒ Object
Returns the value of attribute key.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#options ⇒ Object
Returns the value of attribute options.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#title ⇒ Object
Returns the value of attribute title.
-
#visible_when ⇒ Object
Returns the value of attribute visible_when.
Instance Attribute Details
#hint ⇒ Object
Returns the value of attribute hint
20 21 22 |
# File 'lib/generators/avo/skills_install_panel.rb', line 20 def hint @hint end |
#key ⇒ Object
Returns the value of attribute key
20 21 22 |
# File 'lib/generators/avo/skills_install_panel.rb', line 20 def key @key end |
#kind ⇒ Object
Returns the value of attribute kind
20 21 22 |
# File 'lib/generators/avo/skills_install_panel.rb', line 20 def kind @kind end |
#options ⇒ Object
Returns the value of attribute options
20 21 22 |
# File 'lib/generators/avo/skills_install_panel.rb', line 20 def @options end |
#summary ⇒ Object
Returns the value of attribute summary
20 21 22 |
# File 'lib/generators/avo/skills_install_panel.rb', line 20 def summary @summary end |
#title ⇒ Object
Returns the value of attribute title
20 21 22 |
# File 'lib/generators/avo/skills_install_panel.rb', line 20 def title @title end |
#visible_when ⇒ Object
Returns the value of attribute visible_when
20 21 22 |
# File 'lib/generators/avo/skills_install_panel.rb', line 20 def visible_when @visible_when end |