Method: SchemaTools::Modules::Read#registry

Defined in:
lib/schema_tools/modules/read.rb

#registryHash{String=>Hash{Symbol=>HashWithIndifferentAccess}}

Variable remembering already read-in schema’s

:invoice =>{schema
:credit_note =>schema
}

}

Returns:

  • (Hash{String=>Hash{Symbol=>HashWithIndifferentAccess}})


18
19
20
# File 'lib/schema_tools/modules/read.rb', line 18

def registry
  @registry ||= {}
end