Module: Scorpio::Google

Defined in:
lib/scorpio/google_api_document.rb

Defined Under Namespace

Modules: SchemaLike Classes: RestDescription

Constant Summary collapse

DirectoryList =

naming these is not strictly necessary, but is nice to have.

JSI.class_for_schema(discovery_rest_description['schemas']['DirectoryList'])
JsonSchema =
JSI.class_for_schema(discovery_rest_description['schemas']['JsonSchema'])
RestMethod =
JSI.class_for_schema(discovery_rest_description['schemas']['RestMethod'])
RestResource =
JSI.class_for_schema(discovery_rest_description['schemas']['RestResource'])
RestMethodRequest =
JSI.class_for_schema(discovery_rest_description['schemas']['RestMethod']['properties']['request'])
RestMethodResponse =
JSI.class_for_schema(discovery_rest_description['schemas']['RestMethod']['properties']['response'])