Class: Neo2Vim::PluginContent

Inherits:
Object
  • Object
show all
Defined in:
lib/neo2vim.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePluginContent



11
12
13
14
15
# File 'lib/neo2vim.rb', line 11

def initialize
    @plugin = StringIO.new
    @autoload_py = StringIO.new
    @autoload = StringIO.new
end

Instance Attribute Details

#autoloadObject (readonly)

Returns the value of attribute autoload.



10
11
12
# File 'lib/neo2vim.rb', line 10

def autoload
  @autoload
end

#autoload_pyObject (readonly)

Returns the value of attribute autoload_py.



9
10
11
# File 'lib/neo2vim.rb', line 9

def autoload_py
  @autoload_py
end

#pluginObject (readonly)

Returns the value of attribute plugin.



8
9
10
# File 'lib/neo2vim.rb', line 8

def plugin
  @plugin
end