Module: T::AllOf

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

Class Method Summary collapse

Class Method Details

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

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

Parameters:

  • args (Array)

    the list of arguments to be passed to the constructor

Returns:



62
63
64
# File 'lib/easy_talk/types/composer.rb', line 62

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