Method: ActiveFacts::CQL::Compiler::Import#initialize

Defined in:
lib/activefacts/cql/compiler/shared.rb

#initialize(parser, name, import_role, version_pattern, alias_hash) ⇒ Import



144
145
146
147
148
149
150
# File 'lib/activefacts/cql/compiler/shared.rb', line 144

def initialize parser, name, import_role, version_pattern, alias_hash
  @parser = parser
  @name = name
  @import_role = import_role
  @version_pattern = version_pattern
  @alias_hash = alias_hash
end