Module: T::AllOf

Included in:
EasyTalk::SchemaDefinition
Defined in:
lib/easy_talk/types/composer.rb

Overview

Provides composition logic for combining multiple schemas with AllOf semantics

Class Method Summary collapse

Class Method Details

.[]EasyTalk::Types::Composer::AllOf

Creates a new instance of ‘EasyTalk::Types::Composer::AllOf` with the given arguments.

Parameters:

  • args (Array)

    the list of arguments to be passed to the constructor

Returns:



63
64
65
# File 'lib/easy_talk/types/composer.rb', line 63

def self.[](*)
  EasyTalk::Types::Composer::AllOf.new(*)
end