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
-
#cancelled ⇒ Object
Returns the value of attribute cancelled.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#targets ⇒ Object
Returns the value of attribute targets.
Instance Method Summary collapse
Instance Attribute Details
#cancelled ⇒ Object
Returns the value of attribute cancelled
28 29 30 |
# File 'lib/generators/avo/skills_install_panel.rb', line 28 def cancelled @cancelled end |
#scope ⇒ Object
Returns the value of attribute scope
28 29 30 |
# File 'lib/generators/avo/skills_install_panel.rb', line 28 def scope @scope end |
#targets ⇒ Object
Returns the value of attribute targets
28 29 30 |
# File 'lib/generators/avo/skills_install_panel.rb', line 28 def targets @targets end |
Instance Method Details
#cancelled? ⇒ Boolean
29 |
# File 'lib/generators/avo/skills_install_panel.rb', line 29 def cancelled? = !!cancelled |