Sha256: d63c72b6e045df8c4c5d225e9077711bd4a43534d636cea2774ffbb4d19235a0

Contents?: true

Size: 288 Bytes

Versions: 9

Compression:

Stored size: 288 Bytes

Contents

# frozen_string_literal: true

module ProformaXML
  class Test < Base
    attr_accessor :id, :title, :description, :internal_description, :test_type, :files, :configuration, :meta_data

    def initialize(attributes = {})
      super
      self.files = [] if files.nil?
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
proformaxml-1.5.2 lib/proformaxml/models/test.rb
proformaxml-1.5.1 lib/proformaxml/models/test.rb
proformaxml-1.5.0 lib/proformaxml/models/test.rb
proformaxml-1.4.0 lib/proformaxml/models/test.rb
proformaxml-1.3.0 lib/proformaxml/models/test.rb
proformaxml-1.2.0 lib/proformaxml/models/test.rb
proformaxml-1.1.0 lib/proformaxml/models/test.rb
proformaxml-1.0.0 lib/proformaxml/models/test.rb
proformaxml-0.10.0 lib/proformaxml/models/test.rb