Class: Ruflet::CLI::EnvironmentSetup::Tool

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruflet/cli/environment_setup.rb

Instance Attribute Summary collapse

Instance Attribute Details

#manual_hintObject

Returns the value of attribute manual_hint

Returns:

  • (Object)

    the current value of manual_hint



20
21
22
# File 'lib/ruflet/cli/environment_setup.rb', line 20

def manual_hint
  @manual_hint
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



20
21
22
# File 'lib/ruflet/cli/environment_setup.rb', line 20

def name
  @name
end

#packagesObject

Returns the value of attribute packages

Returns:

  • (Object)

    the current value of packages



20
21
22
# File 'lib/ruflet/cli/environment_setup.rb', line 20

def packages
  @packages
end

#probeObject

Returns the value of attribute probe

Returns:

  • (Object)

    the current value of probe



20
21
22
# File 'lib/ruflet/cli/environment_setup.rb', line 20

def probe
  @probe
end

#purposeObject

Returns the value of attribute purpose

Returns:

  • (Object)

    the current value of purpose



20
21
22
# File 'lib/ruflet/cli/environment_setup.rb', line 20

def purpose
  @purpose
end