Class: EasyTalk::Types::Composer::OneOf
- Inherits:
-
EasyTalk::Types::Composer
- Object
- BaseComposer
- EasyTalk::Types::Composer
- EasyTalk::Types::Composer::OneOf
- Defined in:
- lib/easy_talk/types/composer.rb
Overview
Represents a composition type that allows one 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
43 44 45 |
# File 'lib/easy_talk/types/composer.rb', line 43 def self.name :oneOf end |
Instance Method Details
#name ⇒ Object
47 48 49 |
# File 'lib/easy_talk/types/composer.rb', line 47 def name :oneOf end |