Class: Mxrb::Compiler::ProjectMaterialization

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

Instance Attribute Summary collapse

Instance Attribute Details

#documentsObject (readonly)

Returns the value of attribute documents

Returns:

  • (Object)

    the current value of documents



7
8
9
# File 'lib/mxrb/compiler/project_materializer.rb', line 7

def documents
  @documents
end

#model_pathObject (readonly)

Returns the value of attribute model_path

Returns:

  • (Object)

    the current value of model_path



7
8
9
# File 'lib/mxrb/compiler/project_materializer.rb', line 7

def model_path
  @model_path
end

#modulesObject (readonly)

Returns the value of attribute modules

Returns:

  • (Object)

    the current value of modules



7
8
9
# File 'lib/mxrb/compiler/project_materializer.rb', line 7

def modules
  @modules
end