Class: VStudioIDE::SLNProjectSectionNode

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) ⇒ SLNProjectSectionNode

Returns a new instance of SLNProjectSectionNode.



88
89
90
91
# File 'lib/vstudioide/sln_node.rb', line 88

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