Class: EasyTalk::Types::AllOf

Inherits:
BaseComposer show all
Defined in:
lib/easy_talk/types/all_of.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



10
11
12
# File 'lib/easy_talk/types/all_of.rb', line 10

def self.name
  :allOf
end

Instance Method Details

#nameObject



14
15
16
# File 'lib/easy_talk/types/all_of.rb', line 14

def name
  :allOf
end