Class: OnlyofficeTestrailWrapper::TestrailTools::TestrailConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/onlyoffice_testrail_wrapper/testrail_tools/testrail_tools.rb

Overview

Class for Testrail configuration

Instance Attribute Summary collapse

Instance Attribute Details

#planObject

Returns the value of attribute plan.



22
23
24
# File 'lib/onlyoffice_testrail_wrapper/testrail_tools/testrail_tools.rb', line 22

def plan
  @plan
end

#projectObject

Returns the value of attribute project.



22
23
24
# File 'lib/onlyoffice_testrail_wrapper/testrail_tools/testrail_tools.rb', line 22

def project
  @project
end

#runObject

Returns the value of attribute run.



22
23
24
# File 'lib/onlyoffice_testrail_wrapper/testrail_tools/testrail_tools.rb', line 22

def run
  @run
end

#suiteObject

Returns the value of attribute suite.



22
23
24
# File 'lib/onlyoffice_testrail_wrapper/testrail_tools/testrail_tools.rb', line 22

def suite
  @suite
end