Module: ParallelReportPortal::AfterLaunch

Included in:
ParallelReportPortal
Defined in:
lib/parallel_report_portal/after_launch.rb

Overview

Handle post launch hooks

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#launch_finished_blockObject

Returns the value of attribute launch_finished_block.



5
6
7
# File 'lib/parallel_report_portal/after_launch.rb', line 5

def launch_finished_block
  @launch_finished_block
end

#report_urlObject

Returns the value of attribute report_url.



6
7
8
# File 'lib/parallel_report_portal/after_launch.rb', line 6

def report_url
  @report_url
end

Instance Method Details

#after_launch(&block) ⇒ Object



8
9
10
# File 'lib/parallel_report_portal/after_launch.rb', line 8

def after_launch(&block)
  @launch_finished_block = block
end