Class: RuVim::App::StartupState
- Inherits:
-
Struct
- Object
- Struct
- RuVim::App::StartupState
- Defined in:
- lib/ruvim/app.rb
Instance Attribute Summary collapse
-
#config_path ⇒ Object
Returns the value of attribute config_path.
-
#diff_mode ⇒ Object
Returns the value of attribute diff_mode.
-
#follow ⇒ Object
Returns the value of attribute follow.
-
#nomodifiable ⇒ Object
Returns the value of attribute nomodifiable.
-
#open_count ⇒ Object
Returns the value of attribute open_count.
-
#open_layout ⇒ Object
Returns the value of attribute open_layout.
-
#quickfix_errorfile ⇒ Object
Returns the value of attribute quickfix_errorfile.
-
#readonly ⇒ Object
Returns the value of attribute readonly.
-
#session_file ⇒ Object
Returns the value of attribute session_file.
-
#skip_user_config ⇒ Object
Returns the value of attribute skip_user_config.
-
#time_origin ⇒ Object
Returns the value of attribute time_origin.
-
#time_path ⇒ Object
Returns the value of attribute time_path.
-
#timeline ⇒ Object
Returns the value of attribute timeline.
Instance Attribute Details
#config_path ⇒ Object
Returns the value of attribute config_path
12 13 14 |
# File 'lib/ruvim/app.rb', line 12 def config_path @config_path end |
#diff_mode ⇒ Object
Returns the value of attribute diff_mode
12 13 14 |
# File 'lib/ruvim/app.rb', line 12 def diff_mode @diff_mode end |
#follow ⇒ Object
Returns the value of attribute follow
12 13 14 |
# File 'lib/ruvim/app.rb', line 12 def follow @follow end |
#nomodifiable ⇒ Object
Returns the value of attribute nomodifiable
12 13 14 |
# File 'lib/ruvim/app.rb', line 12 def nomodifiable @nomodifiable end |
#open_count ⇒ Object
Returns the value of attribute open_count
12 13 14 |
# File 'lib/ruvim/app.rb', line 12 def open_count @open_count end |
#open_layout ⇒ Object
Returns the value of attribute open_layout
12 13 14 |
# File 'lib/ruvim/app.rb', line 12 def open_layout @open_layout end |
#quickfix_errorfile ⇒ Object
Returns the value of attribute quickfix_errorfile
12 13 14 |
# File 'lib/ruvim/app.rb', line 12 def quickfix_errorfile @quickfix_errorfile end |
#readonly ⇒ Object
Returns the value of attribute readonly
12 13 14 |
# File 'lib/ruvim/app.rb', line 12 def readonly @readonly end |
#session_file ⇒ Object
Returns the value of attribute session_file
12 13 14 |
# File 'lib/ruvim/app.rb', line 12 def session_file @session_file end |
#skip_user_config ⇒ Object
Returns the value of attribute skip_user_config
12 13 14 |
# File 'lib/ruvim/app.rb', line 12 def skip_user_config @skip_user_config end |
#time_origin ⇒ Object
Returns the value of attribute time_origin
12 13 14 |
# File 'lib/ruvim/app.rb', line 12 def time_origin @time_origin end |
#time_path ⇒ Object
Returns the value of attribute time_path
12 13 14 |
# File 'lib/ruvim/app.rb', line 12 def time_path @time_path end |
#timeline ⇒ Object
Returns the value of attribute timeline
12 13 14 |
# File 'lib/ruvim/app.rb', line 12 def timeline @timeline end |