Class: Generators::Avo::SkillsInstallPanel::Result
- Inherits:
-
Struct
- Object
- Struct
- Generators::Avo::SkillsInstallPanel::Result
- Defined in:
- lib/generators/avo/skills_install_panel.rb
Instance Attribute Summary collapse
-
#answers ⇒ Object
Returns the value of attribute answers.
-
#cancelled ⇒ Object
Returns the value of attribute cancelled.
Instance Method Summary collapse
Instance Attribute Details
#answers ⇒ Object
Returns the value of attribute answers
23 24 25 |
# File 'lib/generators/avo/skills_install_panel.rb', line 23 def answers @answers end |
#cancelled ⇒ Object
Returns the value of attribute cancelled
23 24 25 |
# File 'lib/generators/avo/skills_install_panel.rb', line 23 def cancelled @cancelled end |
Instance Method Details
#[](key) ⇒ Object
26 |
# File 'lib/generators/avo/skills_install_panel.rb', line 26 def [](key) = answers[key] |
#cancelled? ⇒ Boolean
24 |
# File 'lib/generators/avo/skills_install_panel.rb', line 24 def cancelled? = !!cancelled |