Module: T::AllOf
- Included in:
- EasyTalk::SchemaDefinition
- Defined in:
- lib/easy_talk/types/composer.rb
Class Method Summary collapse
-
.[](*args) ⇒ EasyTalk::Types::Composer::AllOf
Creates a new instance of ‘EasyTalk::Types::Composer::AllOf` with the given arguments.
Class Method Details
.[](*args) ⇒ EasyTalk::Types::Composer::AllOf
Creates a new instance of ‘EasyTalk::Types::Composer::AllOf` with the given arguments.
62 63 64 |
# File 'lib/easy_talk/types/composer.rb', line 62 def self.[](*args) EasyTalk::Types::Composer::AllOf.new(*args) end |