Sha256: 4b79d41974decdf38026385698100ee5b1c3725c65ec34104b981a399317b8e4
Contents?: true
Size: 371 Bytes
Versions: 28
Compression:
Stored size: 371 Bytes
Contents
require_relative 'test_suite' module Inferno module Web module Serializers class TestSession < Serializer identifier :id field :test_suite_id association :test_suite, blueprint: TestSuite, view: :full # association :test_runs, blueprint: TestRun # association :results, blueprint: Result end end end end
Version data entries
28 entries across 28 versions & 1 rubygems