Module: EasyTalk::Builders::CollectionHelpers
- Included in:
- CompositionBuilder, TypedArrayBuilder, UnionBuilder
- Defined in:
- lib/easy_talk/builders/collection_helpers.rb
Overview
Base builder class for array-type properties.
Instance Method Summary collapse
Instance Method Details
#collection_type? ⇒ Boolean
7 8 9 |
# File 'lib/easy_talk/builders/collection_helpers.rb', line 7 def collection_type? true end |