Class: Ruflet::CLI::EnvironmentSetup::Tool
- Inherits:
-
Struct
- Object
- Struct
- Ruflet::CLI::EnvironmentSetup::Tool
- Defined in:
- lib/ruflet/cli/environment_setup.rb
Instance Attribute Summary collapse
-
#manual_hint ⇒ Object
Returns the value of attribute manual_hint.
-
#name ⇒ Object
Returns the value of attribute name.
-
#packages ⇒ Object
Returns the value of attribute packages.
-
#probe ⇒ Object
Returns the value of attribute probe.
-
#purpose ⇒ Object
Returns the value of attribute purpose.
Instance Attribute Details
#manual_hint ⇒ Object
Returns the value of attribute manual_hint
20 21 22 |
# File 'lib/ruflet/cli/environment_setup.rb', line 20 def manual_hint @manual_hint end |
#name ⇒ Object
Returns the value of attribute name
20 21 22 |
# File 'lib/ruflet/cli/environment_setup.rb', line 20 def name @name end |
#packages ⇒ Object
Returns the value of attribute packages
20 21 22 |
# File 'lib/ruflet/cli/environment_setup.rb', line 20 def packages @packages end |
#probe ⇒ Object
Returns the value of attribute probe
20 21 22 |
# File 'lib/ruflet/cli/environment_setup.rb', line 20 def probe @probe end |
#purpose ⇒ Object
Returns the value of attribute purpose
20 21 22 |
# File 'lib/ruflet/cli/environment_setup.rb', line 20 def purpose @purpose end |