Class: Glaemscribe::API::ModeDebugContext
Instance Attribute Summary collapse
-
#postprocessor_output ⇒ Object
Returns the value of attribute postprocessor_output.
-
#preprocessor_output ⇒ Object
Returns the value of attribute preprocessor_output.
-
#processor_output ⇒ Object
Returns the value of attribute processor_output.
-
#processor_pathes ⇒ Object
Returns the value of attribute processor_pathes.
-
#tts_output ⇒ Object
Returns the value of attribute tts_output.
Instance Method Summary collapse
-
#initialize ⇒ ModeDebugContext
constructor
A new instance of ModeDebugContext.
Constructor Details
#initialize ⇒ ModeDebugContext
Returns a new instance of ModeDebugContext.
33 34 35 36 37 38 39 |
# File 'lib/api/mode.rb', line 33 def initialize @preprocessor_output = "" @processor_pathes = [] @processor_output = [] @postprocessor_output = "" @tts_output = "" end |
Instance Attribute Details
#postprocessor_output ⇒ Object
Returns the value of attribute postprocessor_output.
27 28 29 |
# File 'lib/api/mode.rb', line 27 def postprocessor_output @postprocessor_output end |
#preprocessor_output ⇒ Object
Returns the value of attribute preprocessor_output.
27 28 29 |
# File 'lib/api/mode.rb', line 27 def preprocessor_output @preprocessor_output end |
#processor_output ⇒ Object
Returns the value of attribute processor_output.
27 28 29 |
# File 'lib/api/mode.rb', line 27 def processor_output @processor_output end |
#processor_pathes ⇒ Object
Returns the value of attribute processor_pathes.
27 28 29 |
# File 'lib/api/mode.rb', line 27 def processor_pathes @processor_pathes end |
#tts_output ⇒ Object
Returns the value of attribute tts_output.
27 28 29 |
# File 'lib/api/mode.rb', line 27 def tts_output @tts_output end |