Class: Mxrb::Compiler::CodeActionMaterialization

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

Instance Attribute Summary collapse

Instance Attribute Details

#java_actionsObject (readonly)

Returns the value of attribute java_actions

Returns:

  • (Object)

    the current value of java_actions



5
6
7
# File 'lib/mxrb/compiler/code_action_materializer.rb', line 5

def java_actions
  @java_actions
end

#javascript_actionsObject (readonly)

Returns the value of attribute javascript_actions

Returns:

  • (Object)

    the current value of javascript_actions



5
6
7
# File 'lib/mxrb/compiler/code_action_materializer.rb', line 5

def javascript_actions
  @javascript_actions
end

#model_pathObject (readonly)

Returns the value of attribute model_path

Returns:

  • (Object)

    the current value of model_path



5
6
7
# File 'lib/mxrb/compiler/code_action_materializer.rb', line 5

def model_path
  @model_path
end