Class: Neo2Vim::PluginContent
- Inherits:
-
Object
- Object
- Neo2Vim::PluginContent
- Defined in:
- lib/neo2vim.rb
Instance Attribute Summary collapse
-
#autoload ⇒ Object
readonly
Returns the value of attribute autoload.
-
#autoload_py ⇒ Object
readonly
Returns the value of attribute autoload_py.
-
#plugin ⇒ Object
readonly
Returns the value of attribute plugin.
Instance Method Summary collapse
-
#initialize ⇒ PluginContent
constructor
A new instance of PluginContent.
Constructor Details
#initialize ⇒ PluginContent
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
#autoload ⇒ Object (readonly)
Returns the value of attribute autoload.
10 11 12 |
# File 'lib/neo2vim.rb', line 10 def autoload @autoload end |
#autoload_py ⇒ Object (readonly)
Returns the value of attribute autoload_py.
9 10 11 |
# File 'lib/neo2vim.rb', line 9 def autoload_py @autoload_py end |
#plugin ⇒ Object (readonly)
Returns the value of attribute plugin.
8 9 10 |
# File 'lib/neo2vim.rb', line 8 def plugin @plugin end |