Class: EasyTalk::Types::Composer::AnyOf
- Inherits:
-
EasyTalk::Types::Composer
- Object
- BaseComposer
- EasyTalk::Types::Composer
- EasyTalk::Types::Composer::AnyOf
- Defined in:
- lib/easy_talk/types/composer.rb
Overview
Represents a composition type that allows any 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
32 33 34 |
# File 'lib/easy_talk/types/composer.rb', line 32 def self.name :anyOf end |
Instance Method Details
#name ⇒ Object
36 37 38 |
# File 'lib/easy_talk/types/composer.rb', line 36 def name :anyOf end |