Class: Mxrb::Compiler::DomainModelMaterialization
- Inherits:
-
Data
- Object
- Data
- Mxrb::Compiler::DomainModelMaterialization
- Defined in:
- lib/mxrb/compiler/domain_model_materializer.rb
Instance Attribute Summary collapse
-
#domain_models ⇒ Object
readonly
Returns the value of attribute domain_models.
-
#entities ⇒ Object
readonly
Returns the value of attribute entities.
-
#model_path ⇒ Object
readonly
Returns the value of attribute model_path.
Instance Attribute Details
#domain_models ⇒ Object (readonly)
Returns the value of attribute domain_models
5 6 7 |
# File 'lib/mxrb/compiler/domain_model_materializer.rb', line 5 def domain_models @domain_models end |
#entities ⇒ Object (readonly)
Returns the value of attribute entities
5 6 7 |
# File 'lib/mxrb/compiler/domain_model_materializer.rb', line 5 def entities @entities end |
#model_path ⇒ Object (readonly)
Returns the value of attribute model_path
5 6 7 |
# File 'lib/mxrb/compiler/domain_model_materializer.rb', line 5 def model_path @model_path end |