Class: EasyTalk::Types::AllOf
- Inherits:
-
BaseComposer
- Object
- BaseComposer
- EasyTalk::Types::AllOf
- 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
Instance Attribute Summary
Attributes inherited from BaseComposer
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from BaseComposer
Constructor Details
This class inherits a constructor from EasyTalk::Types::BaseComposer
Class Method Details
.name ⇒ Object
10 11 12 |
# File 'lib/easy_talk/types/all_of.rb', line 10 def self.name :allOf end |
Instance Method Details
#name ⇒ Object
14 15 16 |
# File 'lib/easy_talk/types/all_of.rb', line 14 def name :allOf end |