Class: PuppetLanguageServer::Sidecar::Protocol::FactList

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



526
527
528
# File 'lib/puppet-languageserver/sidecar_protocol.rb', line 526

def child_type
  Fact
end