Method: YardTypes::CollectionType#types

Defined in:
lib/yard_types/types.rb

#typesArray<Type>

Returns the acceptable types for this collection's contents.

Returns:

  • the acceptable types for this collection's contents.



214
215
216
# File 'lib/yard_types/types.rb', line 214

def types
  @types
end