Class: RuVim::CLI::Options
- Inherits:
-
Struct
- Object
- Struct
- RuVim::CLI::Options
- Defined in:
- lib/ruvim/cli.rb
Instance Attribute Summary collapse
-
#clean ⇒ Object
Returns the value of attribute clean.
-
#config_path ⇒ Object
Returns the value of attribute config_path.
-
#diff_mode ⇒ Object
Returns the value of attribute diff_mode.
-
#files ⇒ Object
Returns the value of attribute files.
-
#follow ⇒ Object
Returns the value of attribute follow.
-
#no_swap ⇒ Object
Returns the value of attribute no_swap.
-
#nomodifiable ⇒ Object
Returns the value of attribute nomodifiable.
-
#pre_config_actions ⇒ Object
Returns the value of attribute pre_config_actions.
-
#quickfix_errorfile ⇒ Object
Returns the value of attribute quickfix_errorfile.
-
#readonly ⇒ Object
Returns the value of attribute readonly.
-
#restricted_mode ⇒ Object
Returns the value of attribute restricted_mode.
-
#session_file ⇒ Object
Returns the value of attribute session_file.
-
#show_help ⇒ Object
Returns the value of attribute show_help.
-
#show_version ⇒ Object
Returns the value of attribute show_version.
-
#skip_user_config ⇒ Object
Returns the value of attribute skip_user_config.
-
#startup_actions ⇒ Object
Returns the value of attribute startup_actions.
-
#startup_open_count ⇒ Object
Returns the value of attribute startup_open_count.
-
#startup_open_layout ⇒ Object
Returns the value of attribute startup_open_layout.
-
#startup_time_path ⇒ Object
Returns the value of attribute startup_time_path.
-
#verbose_level ⇒ Object
Returns the value of attribute verbose_level.
Instance Attribute Details
#clean ⇒ Object
Returns the value of attribute clean
5 6 7 |
# File 'lib/ruvim/cli.rb', line 5 def clean @clean end |
#config_path ⇒ Object
Returns the value of attribute config_path
5 6 7 |
# File 'lib/ruvim/cli.rb', line 5 def config_path @config_path end |
#diff_mode ⇒ Object
Returns the value of attribute diff_mode
5 6 7 |
# File 'lib/ruvim/cli.rb', line 5 def diff_mode @diff_mode end |
#files ⇒ Object
Returns the value of attribute files
5 6 7 |
# File 'lib/ruvim/cli.rb', line 5 def files @files end |
#follow ⇒ Object
Returns the value of attribute follow
5 6 7 |
# File 'lib/ruvim/cli.rb', line 5 def follow @follow end |
#no_swap ⇒ Object
Returns the value of attribute no_swap
5 6 7 |
# File 'lib/ruvim/cli.rb', line 5 def no_swap @no_swap end |
#nomodifiable ⇒ Object
Returns the value of attribute nomodifiable
5 6 7 |
# File 'lib/ruvim/cli.rb', line 5 def nomodifiable @nomodifiable end |
#pre_config_actions ⇒ Object
Returns the value of attribute pre_config_actions
5 6 7 |
# File 'lib/ruvim/cli.rb', line 5 def pre_config_actions @pre_config_actions end |
#quickfix_errorfile ⇒ Object
Returns the value of attribute quickfix_errorfile
5 6 7 |
# File 'lib/ruvim/cli.rb', line 5 def quickfix_errorfile @quickfix_errorfile end |
#readonly ⇒ Object
Returns the value of attribute readonly
5 6 7 |
# File 'lib/ruvim/cli.rb', line 5 def readonly @readonly end |
#restricted_mode ⇒ Object
Returns the value of attribute restricted_mode
5 6 7 |
# File 'lib/ruvim/cli.rb', line 5 def restricted_mode @restricted_mode end |
#session_file ⇒ Object
Returns the value of attribute session_file
5 6 7 |
# File 'lib/ruvim/cli.rb', line 5 def session_file @session_file end |
#show_help ⇒ Object
Returns the value of attribute show_help
5 6 7 |
# File 'lib/ruvim/cli.rb', line 5 def show_help @show_help end |
#show_version ⇒ Object
Returns the value of attribute show_version
5 6 7 |
# File 'lib/ruvim/cli.rb', line 5 def show_version @show_version end |
#skip_user_config ⇒ Object
Returns the value of attribute skip_user_config
5 6 7 |
# File 'lib/ruvim/cli.rb', line 5 def skip_user_config @skip_user_config end |
#startup_actions ⇒ Object
Returns the value of attribute startup_actions
5 6 7 |
# File 'lib/ruvim/cli.rb', line 5 def startup_actions @startup_actions end |
#startup_open_count ⇒ Object
Returns the value of attribute startup_open_count
5 6 7 |
# File 'lib/ruvim/cli.rb', line 5 def startup_open_count @startup_open_count end |
#startup_open_layout ⇒ Object
Returns the value of attribute startup_open_layout
5 6 7 |
# File 'lib/ruvim/cli.rb', line 5 def startup_open_layout @startup_open_layout end |
#startup_time_path ⇒ Object
Returns the value of attribute startup_time_path
5 6 7 |
# File 'lib/ruvim/cli.rb', line 5 def startup_time_path @startup_time_path end |
#verbose_level ⇒ Object
Returns the value of attribute verbose_level
5 6 7 |
# File 'lib/ruvim/cli.rb', line 5 def verbose_level @verbose_level end |