Class: Mxrb::Compiler::MicroflowMaterialization

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

Instance Attribute Summary collapse

Instance Attribute Details

#microflowsObject (readonly)

Returns the value of attribute microflows

Returns:

  • (Object)

    the current value of microflows



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

def microflows
  @microflows
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/microflow_materializer.rb', line 5

def model_path
  @model_path
end

#nanoflowsObject (readonly)

Returns the value of attribute nanoflows

Returns:

  • (Object)

    the current value of nanoflows



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

def nanoflows
  @nanoflows
end

#rulesObject (readonly)

Returns the value of attribute rules

Returns:

  • (Object)

    the current value of rules



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

def rules
  @rules
end