Class: ActiveFacts::CQL::Compiler::Import

Inherits:
Definition
  • Object
show all
Defined in:
lib/activefacts/cql/compiler/shared.rb

Instance Attribute Summary

Attributes inherited from Definition

#constellation, #source, #vocabulary

Instance Method Summary collapse

Methods inherited from Definition

#compile

Constructor Details

#initialize(name, alias_list) ⇒ Import

Returns a new instance of Import.



87
88
89
90
# File 'lib/activefacts/cql/compiler/shared.rb', line 87

def initialize name, alias_list
  @name = name
  @alias_list = alias_list
end