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