Class: Flexdot::Options

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

Instance Attribute Summary collapse

Instance Attribute Details

#dotfiles_dirObject

Returns the value of attribute dotfiles_dir

Returns:

  • (Object)

    the current value of dotfiles_dir



9
10
11
# File 'lib/flexdot.rb', line 9

def dotfiles_dir
  @dotfiles_dir
end

#keep_max_backup_countObject

Returns the value of attribute keep_max_backup_count

Returns:

  • (Object)

    the current value of keep_max_backup_count



9
10
11
# File 'lib/flexdot.rb', line 9

def keep_max_backup_count
  @keep_max_backup_count
end

#output_colorizeObject

Returns the value of attribute output_colorize

Returns:

  • (Object)

    the current value of output_colorize



9
10
11
# File 'lib/flexdot.rb', line 9

def output_colorize
  @output_colorize
end