Class: Terret::CLI::Options

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

Instance Attribute Summary collapse

Instance Attribute Details

#allow_config_rubyObject

Returns the value of attribute allow_config_ruby

Returns:

  • (Object)

    the current value of allow_config_ruby



44
45
46
# File 'lib/terret/cli.rb', line 44

def allow_config_ruby
  @allow_config_ruby
end

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



44
45
46
# File 'lib/terret/cli.rb', line 44

def command
  @command
end

#homeObject

Returns the value of attribute home

Returns:

  • (Object)

    the current value of home



44
45
46
# File 'lib/terret/cli.rb', line 44

def home
  @home
end

#patchesObject

Returns the value of attribute patches

Returns:

  • (Object)

    the current value of patches



44
45
46
# File 'lib/terret/cli.rb', line 44

def patches
  @patches
end

#profileObject

Returns the value of attribute profile

Returns:

  • (Object)

    the current value of profile



44
45
46
# File 'lib/terret/cli.rb', line 44

def profile
  @profile
end