Class: Measures::MATMeasureFiles::CqlLibraryFiles

Inherits:
Object
  • Object
show all
Defined in:
lib/measure-loader/mat_measure_files.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#cqlObject

Returns the value of attribute cql.



8
9
10
# File 'lib/measure-loader/mat_measure_files.rb', line 8

def cql
  @cql
end

#elmObject

Returns the value of attribute elm.



8
9
10
# File 'lib/measure-loader/mat_measure_files.rb', line 8

def elm
  @elm
end

#elm_xmlObject

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

#idObject

Returns the value of attribute id.



8
9
10
# File 'lib/measure-loader/mat_measure_files.rb', line 8

def id
  @id
end

#versionObject

Returns the value of attribute version.



8
9
10
# File 'lib/measure-loader/mat_measure_files.rb', line 8

def version
  @version
end