Module: T::AnyOf

Included in:
EasyTalk::SchemaDefinition
Defined in:
lib/easy_talk/types/any_of.rb

Overview

no-doc

Class Method Summary collapse

Class Method Details

.[](*args) ⇒ EasyTalk::Types::AnyOf

Creates a new instance of ‘EasyTalk::Types::AnyOf` with the given arguments.

Parameters:

  • args (Array)

    the list of arguments to be passed to the ‘EasyTalk::Types::AnyOf` constructor

Returns:



35
36
37
# File 'lib/easy_talk/types/any_of.rb', line 35

def self.[](*args)
  EasyTalk::Types::AnyOf.new(*args)
end