Class: PuppetLanguageServer::Sidecar::Protocol::PuppetFunctionSignatureParameterList

Inherits:
BasePuppetObjectList
  • Object
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



345
346
347
# File 'lib/puppet-languageserver/sidecar_protocol.rb', line 345

def child_type
  PuppetFunctionSignatureParameter
end