Module: StructuredDataToSql::Json::Profiles
- Defined in:
- lib/structured_data_to_sql/json/profiles.rb,
lib/structured_data_to_sql/json/profiles/khoros_api_export.rb
Overview
Preparation profiles selectable through the converter's profile:
option (CLI --profile). A profile class provides NAME, REQUIRED_SCHEMA,
an InputValidator, .write_preamble(out), and #write(out).
Defined Under Namespace
Classes: KhorosApiExport
Constant Summary collapse
- REGISTRY =
{ KhorosApiExport::NAME => KhorosApiExport }.freeze