Class: Measures::MATMeasureFiles::CqlLibraryFiles
- Inherits:
-
Object
- Object
- Measures::MATMeasureFiles::CqlLibraryFiles
- Defined in:
- lib/measure-loader/mat_measure_files.rb
Instance Attribute Summary collapse
-
#cql ⇒ Object
Returns the value of attribute cql.
-
#elm ⇒ Object
Returns the value of attribute elm.
-
#elm_xml ⇒ Object
Returns the value of attribute elm_xml.
-
#id ⇒ Object
Returns the value of attribute id.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(id, version, cql, elm, elm_xml) ⇒ CqlLibraryFiles
constructor
A new instance of CqlLibraryFiles.
Constructor Details
#initialize(id, version, cql, elm, elm_xml) ⇒ CqlLibraryFiles
Returns a new instance of CqlLibraryFiles.
9 10 11 12 13 14 15 |
# File 'lib/measure-loader/mat_measure_files.rb', line 9 def initialize(id, version, cql, elm, elm_xml) @id = id @version = version @cql = cql @elm = elm @elm_xml = elm_xml end |
Instance Attribute Details
#cql ⇒ Object
Returns the value of attribute cql.
8 9 10 |
# File 'lib/measure-loader/mat_measure_files.rb', line 8 def cql @cql end |
#elm ⇒ Object
Returns the value of attribute elm.
8 9 10 |
# File 'lib/measure-loader/mat_measure_files.rb', line 8 def elm @elm end |
#elm_xml ⇒ Object
Returns the value of attribute elm_xml.
8 9 10 |
# File 'lib/measure-loader/mat_measure_files.rb', line 8 def elm_xml @elm_xml end |
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'lib/measure-loader/mat_measure_files.rb', line 8 def id @id end |
#version ⇒ Object
Returns the value of attribute version.
8 9 10 |
# File 'lib/measure-loader/mat_measure_files.rb', line 8 def version @version end |