Class: PuppetLanguageServer::Sidecar::Protocol::PuppetFunctionList

Inherits:
BasePuppetObjectList show all
Defined in:
lib/puppet-languageserver/sidecar_protocol.rb

Instance Method Summary collapse

Methods inherited from BasePuppetObjectList

#from_json!, #to_json

Methods included from Base

#from_json!, #to_json

Instance Method Details

#child_typeObject



284
285
286
# File 'lib/puppet-languageserver/sidecar_protocol.rb', line 284

def child_type
  PuppetFunction
end