Module: T::AnyOf
- Included in:
- EasyTalk::SchemaDefinition
- Defined in:
- lib/easy_talk/types/composer.rb
Overview
Shorthand module for accessing the AnyOf composer
Class Method Summary collapse
-
.[] ⇒ EasyTalk::Types::Composer::AnyOf
Creates a new instance of
EasyTalk::Types::Composer::AnyOfwith the given arguments.
Class Method Details
.[] ⇒ EasyTalk::Types::Composer::AnyOf
Creates a new instance of EasyTalk::Types::Composer::AnyOf with the given arguments.
78 79 80 |
# File 'lib/easy_talk/types/composer.rb', line 78 def self.[](*) EasyTalk::Types::Composer::AnyOf.new(*) end |