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