Class: VStudioIDE::SLNProjectNode

Inherits:
SLNNode
  • Object
show all
Includes:
VStudioIDE::SLNNodeMixin::TypedNode
Defined in:
lib/vstudioide/sln_node.rb

Instance Attribute Summary

Attributes included from VStudioIDE::SLNNodeMixin::TypedNode

#params, #type

Instance Method Summary collapse

Constructor Details

#initialize(line, io) ⇒ SLNProjectNode

Returns a new instance of SLNProjectNode.



64
65
66
67
# File 'lib/vstudioide/sln_node.rb', line 64

def initialize(line, io)
  @sections = []
  parse line, io
end