Class: MacOSRunnerSpec
Instance Attribute Summary collapse
-
#cleanup ⇒ Boolean
readonly
Returns the value of prop
cleanup
. -
#name ⇒ String
readonly
Returns the value of prop
name
. -
#runner ⇒ String
readonly
Returns the value of prop
runner
. -
#timeout ⇒ Integer
readonly
Returns the value of prop
timeout
.
Instance Method Summary collapse
Constructor Details
Instance Attribute Details
#cleanup ⇒ Boolean (readonly)
Returns the value of prop cleanup
.
|
# File '' const :cleanup, T::Boolean |
#timeout ⇒ Integer (readonly)
Returns the value of prop timeout
.
|
# File '' const :timeout, Integer |
Instance Method Details
#to_h ⇒ Hash
11 12 13 14 15 16 17 18 |
# File 'macos_runner_spec.rb', line 11 def to_h { name: name, runner: runner, timeout: timeout, cleanup: cleanup, } end |