Class: Generators::Avo::SkillsInstallPanel::Option
- Inherits:
-
Struct
- Object
- Struct
- Generators::Avo::SkillsInstallPanel::Option
- Defined in:
- lib/generators/avo/skills_install_panel.rb
Instance Attribute Summary collapse
-
#hint ⇒ Object
Returns the value of attribute hint.
-
#key ⇒ Object
Returns the value of attribute key.
-
#label ⇒ Object
Returns the value of attribute label.
-
#recommended ⇒ Object
Returns the value of attribute recommended.
Instance Attribute Details
#hint ⇒ Object
Returns the value of attribute hint
21 22 23 |
# File 'lib/generators/avo/skills_install_panel.rb', line 21 def hint @hint end |
#key ⇒ Object
Returns the value of attribute key
21 22 23 |
# File 'lib/generators/avo/skills_install_panel.rb', line 21 def key @key end |
#label ⇒ Object
Returns the value of attribute label
21 22 23 |
# File 'lib/generators/avo/skills_install_panel.rb', line 21 def label @label end |
#recommended ⇒ Object
Returns the value of attribute recommended
21 22 23 |
# File 'lib/generators/avo/skills_install_panel.rb', line 21 def recommended @recommended end |