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
-
.[] ⇒ EasyTalk::Types::Composer::AllOf
Creates a new instance of ‘EasyTalk::Types::Composer::AllOf` with the given arguments.
Class Method Details
.[] ⇒ EasyTalk::Types::Composer::AllOf
Creates a new instance of ‘EasyTalk::Types::Composer::AllOf` with the given arguments.
63 64 65 |
# File 'lib/easy_talk/types/composer.rb', line 63 def self.[](*) EasyTalk::Types::Composer::AllOf.new(*) end |