Module: VStudioIDE::SLNNodeMixin::TypedNode

Included in:
VStudioIDE::SLNGlobalSectionNode, VStudioIDE::SLNProjectNode, VStudioIDE::SLNProjectSectionNode
Defined in:
lib/vstudioide/sln_node_mixins.rb

Instance Attribute Summary collapse

Instance Attribute Details

#paramsObject (readonly)

Returns the value of attribute params.



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

def params
  @params
end

#typeObject (readonly)

Returns the value of attribute type.



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

def type
  @type
end