Class: RuVim::App::StartupState

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

Instance Attribute Summary collapse

Instance Attribute Details

#config_pathObject

Returns the value of attribute config_path

Returns:

  • (Object)

    the current value of config_path



12
13
14
# File 'lib/ruvim/app.rb', line 12

def config_path
  @config_path
end

#diff_modeObject

Returns the value of attribute diff_mode

Returns:

  • (Object)

    the current value of diff_mode



12
13
14
# File 'lib/ruvim/app.rb', line 12

def diff_mode
  @diff_mode
end

#followObject

Returns the value of attribute follow

Returns:

  • (Object)

    the current value of follow



12
13
14
# File 'lib/ruvim/app.rb', line 12

def follow
  @follow
end

#nomodifiableObject

Returns the value of attribute nomodifiable

Returns:

  • (Object)

    the current value of nomodifiable



12
13
14
# File 'lib/ruvim/app.rb', line 12

def nomodifiable
  @nomodifiable
end

#open_countObject

Returns the value of attribute open_count

Returns:

  • (Object)

    the current value of open_count



12
13
14
# File 'lib/ruvim/app.rb', line 12

def open_count
  @open_count
end

#open_layoutObject

Returns the value of attribute open_layout

Returns:

  • (Object)

    the current value of open_layout



12
13
14
# File 'lib/ruvim/app.rb', line 12

def open_layout
  @open_layout
end

#quickfix_errorfileObject

Returns the value of attribute quickfix_errorfile

Returns:

  • (Object)

    the current value of quickfix_errorfile



12
13
14
# File 'lib/ruvim/app.rb', line 12

def quickfix_errorfile
  @quickfix_errorfile
end

#readonlyObject

Returns the value of attribute readonly

Returns:

  • (Object)

    the current value of readonly



12
13
14
# File 'lib/ruvim/app.rb', line 12

def readonly
  @readonly
end

#session_fileObject

Returns the value of attribute session_file

Returns:

  • (Object)

    the current value of session_file



12
13
14
# File 'lib/ruvim/app.rb', line 12

def session_file
  @session_file
end

#skip_user_configObject

Returns the value of attribute skip_user_config

Returns:

  • (Object)

    the current value of skip_user_config



12
13
14
# File 'lib/ruvim/app.rb', line 12

def skip_user_config
  @skip_user_config
end

#time_originObject

Returns the value of attribute time_origin

Returns:

  • (Object)

    the current value of time_origin



12
13
14
# File 'lib/ruvim/app.rb', line 12

def time_origin
  @time_origin
end

#time_pathObject

Returns the value of attribute time_path

Returns:

  • (Object)

    the current value of time_path



12
13
14
# File 'lib/ruvim/app.rb', line 12

def time_path
  @time_path
end

#timelineObject

Returns the value of attribute timeline

Returns:

  • (Object)

    the current value of timeline



12
13
14
# File 'lib/ruvim/app.rb', line 12

def timeline
  @timeline
end