Module: T::AllOf

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

Overview

no-doc

Class Method Summary collapse

Class Method Details

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

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

Parameters:

  • args (Array)

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

Returns:



28
29
30
# File 'lib/easy_talk/types/all_of.rb', line 28

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