Class: Generators::Avo::SkillsInstallPanel::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/generators/avo/skills_install_panel.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#cancelledObject

Returns the value of attribute cancelled

Returns:

  • (Object)

    the current value of cancelled



28
29
30
# File 'lib/generators/avo/skills_install_panel.rb', line 28

def cancelled
  @cancelled
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



28
29
30
# File 'lib/generators/avo/skills_install_panel.rb', line 28

def scope
  @scope
end

#targetsObject

Returns the value of attribute targets

Returns:

  • (Object)

    the current value of targets



28
29
30
# File 'lib/generators/avo/skills_install_panel.rb', line 28

def targets
  @targets
end

Instance Method Details

#cancelled?Boolean

Returns:

  • (Boolean)


29
# File 'lib/generators/avo/skills_install_panel.rb', line 29

def cancelled? = !!cancelled