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