Module: OpenapiBlocks::Concerns::Schemable

Included in:
Base, Serializer
Defined in:
lib/openapi_blocks/concerns/schemable.rb

Overview

rubocop:disable Style/Documentation

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



6
7
8
# File 'lib/openapi_blocks/concerns/schemable.rb', line 6

def self.included(base)
  base.extend(ClassMethods)
end