Class: ProformaXML::Test

Inherits:
Base
  • Object
show all
Defined in:
lib/proformaxml/models/test.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ Test

Returns a new instance of Test.



7
8
9
10
# File 'lib/proformaxml/models/test.rb', line 7

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

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



5
6
7
# File 'lib/proformaxml/models/test.rb', line 5

def configuration
  @configuration
end

#descriptionObject

Returns the value of attribute description.



5
6
7
# File 'lib/proformaxml/models/test.rb', line 5

def description
  @description
end

#filesObject

Returns the value of attribute files.



5
6
7
# File 'lib/proformaxml/models/test.rb', line 5

def files
  @files
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/proformaxml/models/test.rb', line 5

def id
  @id
end

#internal_descriptionObject

Returns the value of attribute internal_description.



5
6
7
# File 'lib/proformaxml/models/test.rb', line 5

def internal_description
  @internal_description
end

#meta_dataObject

Returns the value of attribute meta_data.



5
6
7
# File 'lib/proformaxml/models/test.rb', line 5

def 
  @meta_data
end

#test_typeObject

Returns the value of attribute test_type.



5
6
7
# File 'lib/proformaxml/models/test.rb', line 5

def test_type
  @test_type
end

#titleObject

Returns the value of attribute title.



5
6
7
# File 'lib/proformaxml/models/test.rb', line 5

def title
  @title
end