Class: EasyTalk::Types::Composer::AnyOf

Inherits:
EasyTalk::Types::Composer show all
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

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



32
33
34
# File 'lib/easy_talk/types/composer.rb', line 32

def self.name
  :anyOf
end

Instance Method Details

#nameObject



36
37
38
# File 'lib/easy_talk/types/composer.rb', line 36

def name
  :anyOf
end