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