Class: Mxrb::Runtime::Execution
- Inherits:
-
Data
- Object
- Data
- Mxrb::Runtime::Execution
- Defined in:
- lib/mxrb/runtime/executor.rb
Instance Attribute Summary collapse
-
#build_output ⇒ Object
readonly
Returns the value of attribute build_output.
-
#check_output ⇒ Object
readonly
Returns the value of attribute check_output.
-
#elapsed ⇒ Object
readonly
Returns the value of attribute elapsed.
-
#result ⇒ Object
readonly
Returns the value of attribute result.
-
#runtime_output ⇒ Object
readonly
Returns the value of attribute runtime_output.
Instance Method Summary collapse
Instance Attribute Details
#build_output ⇒ Object (readonly)
Returns the value of attribute build_output
9 10 11 |
# File 'lib/mxrb/runtime/executor.rb', line 9 def build_output @build_output end |
#check_output ⇒ Object (readonly)
Returns the value of attribute check_output
9 10 11 |
# File 'lib/mxrb/runtime/executor.rb', line 9 def check_output @check_output end |
#elapsed ⇒ Object (readonly)
Returns the value of attribute elapsed
9 10 11 |
# File 'lib/mxrb/runtime/executor.rb', line 9 def elapsed @elapsed end |
#result ⇒ Object (readonly)
Returns the value of attribute result
9 10 11 |
# File 'lib/mxrb/runtime/executor.rb', line 9 def result @result end |
#runtime_output ⇒ Object (readonly)
Returns the value of attribute runtime_output
9 10 11 |
# File 'lib/mxrb/runtime/executor.rb', line 9 def runtime_output @runtime_output end |
Instance Method Details
#passed? ⇒ Boolean
12 |
# File 'lib/mxrb/runtime/executor.rb', line 12 def passed? = result.passed? |