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