Class: Generators::Avo::SkillsInstallPanel::Option

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

Instance Attribute Summary collapse

Instance Attribute Details

#hintObject

Returns the value of attribute hint

Returns:

  • (Object)

    the current value of hint



21
22
23
# File 'lib/generators/avo/skills_install_panel.rb', line 21

def hint
  @hint
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



21
22
23
# File 'lib/generators/avo/skills_install_panel.rb', line 21

def key
  @key
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



21
22
23
# File 'lib/generators/avo/skills_install_panel.rb', line 21

def label
  @label
end

Returns the value of attribute recommended

Returns:

  • (Object)

    the current value of recommended



21
22
23
# File 'lib/generators/avo/skills_install_panel.rb', line 21

def recommended
  @recommended
end