Method: Allure.lifecycle=

Defined in:
lib/allure-ruby-commons.rb

.lifecycle=(lifecycle) ⇒ void

This method returns an undefined value.

Set lifecycle object

Parameters:



14
15
16
# File 'lib/allure-ruby-commons.rb', line 14

def self.lifecycle=(lifecycle)
  Thread.current[:lifecycle] = lifecycle
end