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:



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

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

Instance Method Details

#parse_presetPreset

Parameters:

  • path (String)
  • raw (String)

Returns:



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

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