Method: DataModel::Struct.types

Defined in:
lib/data_model/struct.rb

.typesHash (readonly)

types configured by the prop macro

Returns:

  • (Hash)

    the types configured



7
8
9
# File 'lib/data_model/struct.rb', line 7

def types
  @types
end