Class: ProformaXML::Test
Instance Attribute Summary collapse
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#description ⇒ Object
Returns the value of attribute description.
-
#files ⇒ Object
Returns the value of attribute files.
-
#id ⇒ Object
Returns the value of attribute id.
-
#internal_description ⇒ Object
Returns the value of attribute internal_description.
-
#meta_data ⇒ Object
Returns the value of attribute meta_data.
-
#test_type ⇒ Object
Returns the value of attribute test_type.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Test
constructor
A new instance of Test.
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
#configuration ⇒ Object
Returns the value of attribute configuration.
5 6 7 |
# File 'lib/proformaxml/models/test.rb', line 5 def configuration @configuration end |
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/proformaxml/models/test.rb', line 5 def description @description end |
#files ⇒ Object
Returns the value of attribute files.
5 6 7 |
# File 'lib/proformaxml/models/test.rb', line 5 def files @files end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/proformaxml/models/test.rb', line 5 def id @id end |
#internal_description ⇒ Object
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_data ⇒ Object
Returns the value of attribute meta_data.
5 6 7 |
# File 'lib/proformaxml/models/test.rb', line 5 def @meta_data end |
#test_type ⇒ Object
Returns the value of attribute test_type.
5 6 7 |
# File 'lib/proformaxml/models/test.rb', line 5 def test_type @test_type end |
#title ⇒ Object
Returns the value of attribute title.
5 6 7 |
# File 'lib/proformaxml/models/test.rb', line 5 def title @title end |