Class: Mxrb::Compiler::ArtifactMaterialization
- Inherits:
-
Data
- Object
- Data
- Mxrb::Compiler::ArtifactMaterialization
- Defined in:
- lib/mxrb/compiler/artifact_materializer.rb
Instance Attribute Summary collapse
-
#documents ⇒ Object
readonly
Returns the value of attribute documents.
-
#metadata_path ⇒ Object
readonly
Returns the value of attribute metadata_path.
-
#model_path ⇒ Object
readonly
Returns the value of attribute model_path.
-
#scheduled_events ⇒ Object
readonly
Returns the value of attribute scheduled_events.
Instance Attribute Details
#documents ⇒ Object (readonly)
Returns the value of attribute documents
7 8 9 |
# File 'lib/mxrb/compiler/artifact_materializer.rb', line 7 def documents @documents end |
#metadata_path ⇒ Object (readonly)
Returns the value of attribute metadata_path
7 8 9 |
# File 'lib/mxrb/compiler/artifact_materializer.rb', line 7 def @metadata_path end |
#model_path ⇒ Object (readonly)
Returns the value of attribute model_path
7 8 9 |
# File 'lib/mxrb/compiler/artifact_materializer.rb', line 7 def model_path @model_path end |
#scheduled_events ⇒ Object (readonly)
Returns the value of attribute scheduled_events
7 8 9 |
# File 'lib/mxrb/compiler/artifact_materializer.rb', line 7 def scheduled_events @scheduled_events end |