Class: Perka::Model::ApiDescription

Inherits:
Flatpack::Core::BaseHasUuid
  • Object
show all
Defined in:
lib/perka/model/api_description.rb

Overview

A description of the entities contained within an API.

Constant Summary collapse

PROPERTY_NAMES =
[
  :api_name,
  :api_version,
  :endpoints,
  :entities
]