Class: EasyTalk::Types::Composer::AllOf

Inherits:
EasyTalk::Types::Composer show all
Defined in:
lib/easy_talk/types/composer.rb

Overview

Represents a composition type that allows all of the specified types.

Constant Summary

Constants inherited from BaseComposer

BaseComposer::Elem

Instance Attribute Summary

Attributes inherited from BaseComposer

#items

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BaseComposer

#initialize

Constructor Details

This class inherits a constructor from EasyTalk::Types::BaseComposer

Class Method Details

.nameObject



21
22
23
# File 'lib/easy_talk/types/composer.rb', line 21

def self.name
  :allOf
end

Instance Method Details

#nameObject



25
26
27
# File 'lib/easy_talk/types/composer.rb', line 25

def name
  :allOf
end