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