Class: EasyTalk::Types::OneOf
- Inherits:
-
BaseComposer
- Object
- BaseComposer
- EasyTalk::Types::OneOf
- Defined in:
- lib/easy_talk/types/one_of.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
-
.name ⇒ Object
Returns the name of the composition type.
Instance Method Summary collapse
-
#name ⇒ Object
Returns the name of the composition type.
Methods inherited from BaseComposer
Constructor Details
This class inherits a constructor from EasyTalk::Types::BaseComposer
Class Method Details
.name ⇒ Object
Returns the name of the composition type.
9 10 11 |
# File 'lib/easy_talk/types/one_of.rb', line 9 def self.name :oneOf end |
Instance Method Details
#name ⇒ Object
Returns the name of the composition type.
14 15 16 |
# File 'lib/easy_talk/types/one_of.rb', line 14 def name :oneOf end |