Class: Xberg::MetaSchema

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.compileMetaSchema

Parameters:

  • meta_schema_json (String)

Returns:



1919
# File 'sig/types.rbs', line 1919

def self.compile: (String meta_schema_json) -> MetaSchema

Instance Method Details

#parse_presetPreset

Parameters:

  • path (String)
  • raw (String)

Returns:



1918
# File 'sig/types.rbs', line 1918

def parse_preset: (String path, String raw) -> Preset