Sha256: 31ee6bd7242ebfd3edcbb57ead4cc789f23b9d833b26e81d14e1167c33aa1032

Contents?: true

Size: 135 Bytes

Versions: 53

Compression:

Stored size: 135 Bytes

Contents

class ProjectType < WashOut::Type
  map project: {
    name: :string,
    description: :string,
    users: [{ mail: :string }]
  }
end

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
washout_builder-2.0.5 spec/support/complex_types/project_type.rb
washout_builder-2.0.4 spec/support/complex_types/project_type.rb
washout_builder-2.0.3 spec/support/complex_types/project_type.rb
washout_builder-2.0.2 spec/support/complex_types/project_type.rb
washout_builder-2.0.0 spec/support/complex_types/project_type.rb
washout_builder-1.7.5 spec/support/complex_types/project_type.rb
washout_builder-1.7.4 spec/support/complex_types/project_type.rb
washout_builder-1.7.3 spec/support/complex_types/project_type.rb
washout_builder-1.7.2 spec/support/complex_types/project_type.rb
washout_builder-1.7.1 spec/support/complex_types/project_type.rb
washout_builder-1.7.0 spec/support/complex_types/project_type.rb
washout_builder-1.6.5 spec/support/complex_types/project_type.rb
washout_builder-1.6.4 spec/support/complex_types/project_type.rb
washout_builder-1.6.3 spec/support/complex_types/project_type.rb
washout_builder-1.6.2 spec/support/complex_types/project_type.rb
washout_builder-1.6.1 spec/support/complex_types/project_type.rb
washout_builder-1.5.6 spec/support/complex_types/project_type.rb
washout_builder-1.5.5 spec/support/complex_types/project_type.rb
washout_builder-1.5.4 spec/support/complex_types/project_type.rb
washout_builder-1.5.3 spec/support/complex_types/project_type.rb