Class: Mxrb::Runtime::Execution

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/runtime/executor.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#build_outputObject (readonly)

Returns the value of attribute build_output

Returns:

  • (Object)

    the current value of build_output



9
10
11
# File 'lib/mxrb/runtime/executor.rb', line 9

def build_output
  @build_output
end

#check_outputObject (readonly)

Returns the value of attribute check_output

Returns:

  • (Object)

    the current value of check_output



9
10
11
# File 'lib/mxrb/runtime/executor.rb', line 9

def check_output
  @check_output
end

#elapsedObject (readonly)

Returns the value of attribute elapsed

Returns:

  • (Object)

    the current value of elapsed



9
10
11
# File 'lib/mxrb/runtime/executor.rb', line 9

def elapsed
  @elapsed
end

#resultObject (readonly)

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



9
10
11
# File 'lib/mxrb/runtime/executor.rb', line 9

def result
  @result
end

#runtime_outputObject (readonly)

Returns the value of attribute runtime_output

Returns:

  • (Object)

    the current value of runtime_output



9
10
11
# File 'lib/mxrb/runtime/executor.rb', line 9

def runtime_output
  @runtime_output
end

Instance Method Details

#passed?Boolean

Returns:

  • (Boolean)


12
# File 'lib/mxrb/runtime/executor.rb', line 12

def passed? = result.passed?