Sha256: aeab3cce3dc120f3b45f607d1b1c724c60609dc189d37c826fb84042b46b44a2

Contents?: true

Size: 367 Bytes

Versions: 3

Compression:

Stored size: 367 Bytes

Contents

module Inferno
  module Web
    module Serializers
      class TestSuite < Serializer
        view :summary do
          identifier :id
          field :title
          field :description
        end

        view :full do
          include_view :summary
          association :groups, name: :test_groups, blueprint: TestGroup
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
inferno_core-0.0.3 lib/inferno/apps/web/serializers/test_suite.rb
inferno_core-0.0.2 lib/inferno/apps/web/serializers/test_suite.rb
inferno_core-0.0.1 lib/inferno/apps/web/serializers/test_suite.rb