Class: Mxrb::Compiler::DomainModelMaterialization

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/compiler/domain_model_materializer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#domain_modelsObject (readonly)

Returns the value of attribute domain_models

Returns:

  • (Object)

    the current value of domain_models



5
6
7
# File 'lib/mxrb/compiler/domain_model_materializer.rb', line 5

def domain_models
  @domain_models
end

#entitiesObject (readonly)

Returns the value of attribute entities

Returns:

  • (Object)

    the current value of entities



5
6
7
# File 'lib/mxrb/compiler/domain_model_materializer.rb', line 5

def entities
  @entities
end

#model_pathObject (readonly)

Returns the value of attribute model_path

Returns:

  • (Object)

    the current value of model_path



5
6
7
# File 'lib/mxrb/compiler/domain_model_materializer.rb', line 5

def model_path
  @model_path
end