Class: RuVim::CLI::Options

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

Instance Attribute Summary collapse

Instance Attribute Details

#cleanObject

Returns the value of attribute clean

Returns:

  • (Object)

    the current value of clean



5
6
7
# File 'lib/ruvim/cli.rb', line 5

def clean
  @clean
end

#config_pathObject

Returns the value of attribute config_path

Returns:

  • (Object)

    the current value of config_path



5
6
7
# File 'lib/ruvim/cli.rb', line 5

def config_path
  @config_path
end

#diff_modeObject

Returns the value of attribute diff_mode

Returns:

  • (Object)

    the current value of diff_mode



5
6
7
# File 'lib/ruvim/cli.rb', line 5

def diff_mode
  @diff_mode
end

#filesObject

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



5
6
7
# File 'lib/ruvim/cli.rb', line 5

def files
  @files
end

#followObject

Returns the value of attribute follow

Returns:

  • (Object)

    the current value of follow



5
6
7
# File 'lib/ruvim/cli.rb', line 5

def follow
  @follow
end

#no_swapObject

Returns the value of attribute no_swap

Returns:

  • (Object)

    the current value of no_swap



5
6
7
# File 'lib/ruvim/cli.rb', line 5

def no_swap
  @no_swap
end

#nomodifiableObject

Returns the value of attribute nomodifiable

Returns:

  • (Object)

    the current value of nomodifiable



5
6
7
# File 'lib/ruvim/cli.rb', line 5

def nomodifiable
  @nomodifiable
end

#pre_config_actionsObject

Returns the value of attribute pre_config_actions

Returns:

  • (Object)

    the current value of pre_config_actions



5
6
7
# File 'lib/ruvim/cli.rb', line 5

def pre_config_actions
  @pre_config_actions
end

#quickfix_errorfileObject

Returns the value of attribute quickfix_errorfile

Returns:

  • (Object)

    the current value of quickfix_errorfile



5
6
7
# File 'lib/ruvim/cli.rb', line 5

def quickfix_errorfile
  @quickfix_errorfile
end

#readonlyObject

Returns the value of attribute readonly

Returns:

  • (Object)

    the current value of readonly



5
6
7
# File 'lib/ruvim/cli.rb', line 5

def readonly
  @readonly
end

#restricted_modeObject

Returns the value of attribute restricted_mode

Returns:

  • (Object)

    the current value of restricted_mode



5
6
7
# File 'lib/ruvim/cli.rb', line 5

def restricted_mode
  @restricted_mode
end

#session_fileObject

Returns the value of attribute session_file

Returns:

  • (Object)

    the current value of session_file



5
6
7
# File 'lib/ruvim/cli.rb', line 5

def session_file
  @session_file
end

#show_helpObject

Returns the value of attribute show_help

Returns:

  • (Object)

    the current value of show_help



5
6
7
# File 'lib/ruvim/cli.rb', line 5

def show_help
  @show_help
end

#show_versionObject

Returns the value of attribute show_version

Returns:

  • (Object)

    the current value of show_version



5
6
7
# File 'lib/ruvim/cli.rb', line 5

def show_version
  @show_version
end

#skip_user_configObject

Returns the value of attribute skip_user_config

Returns:

  • (Object)

    the current value of skip_user_config



5
6
7
# File 'lib/ruvim/cli.rb', line 5

def skip_user_config
  @skip_user_config
end

#startup_actionsObject

Returns the value of attribute startup_actions

Returns:

  • (Object)

    the current value of startup_actions



5
6
7
# File 'lib/ruvim/cli.rb', line 5

def startup_actions
  @startup_actions
end

#startup_open_countObject

Returns the value of attribute startup_open_count

Returns:

  • (Object)

    the current value of startup_open_count



5
6
7
# File 'lib/ruvim/cli.rb', line 5

def startup_open_count
  @startup_open_count
end

#startup_open_layoutObject

Returns the value of attribute startup_open_layout

Returns:

  • (Object)

    the current value of startup_open_layout



5
6
7
# File 'lib/ruvim/cli.rb', line 5

def startup_open_layout
  @startup_open_layout
end

#startup_time_pathObject

Returns the value of attribute startup_time_path

Returns:

  • (Object)

    the current value of startup_time_path



5
6
7
# File 'lib/ruvim/cli.rb', line 5

def startup_time_path
  @startup_time_path
end

#verbose_levelObject

Returns the value of attribute verbose_level

Returns:

  • (Object)

    the current value of verbose_level



5
6
7
# File 'lib/ruvim/cli.rb', line 5

def verbose_level
  @verbose_level
end