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:



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

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

Instance Method Details

#parse_presetPreset

Parameters:

  • path (String)
  • raw (String)

Returns:



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

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