Class: Flexdot::Options
- Inherits:
-
Struct
- Object
- Struct
- Flexdot::Options
- Defined in:
- lib/flexdot.rb
Instance Attribute Summary collapse
-
#dotfiles_dir ⇒ Object
Returns the value of attribute dotfiles_dir.
-
#keep_max_backup_count ⇒ Object
Returns the value of attribute keep_max_backup_count.
-
#output_colorize ⇒ Object
Returns the value of attribute output_colorize.
Instance Attribute Details
#dotfiles_dir ⇒ Object
Returns the value of attribute dotfiles_dir
9 10 11 |
# File 'lib/flexdot.rb', line 9 def dotfiles_dir @dotfiles_dir end |
#keep_max_backup_count ⇒ Object
Returns the value of attribute keep_max_backup_count
9 10 11 |
# File 'lib/flexdot.rb', line 9 def keep_max_backup_count @keep_max_backup_count end |
#output_colorize ⇒ Object
Returns the value of attribute output_colorize
9 10 11 |
# File 'lib/flexdot.rb', line 9 def output_colorize @output_colorize end |