Class: OnlyofficeTestrailWrapper::TestrailTools::TestrailConfig
- Inherits:
-
Object
- Object
- OnlyofficeTestrailWrapper::TestrailTools::TestrailConfig
- Defined in:
- lib/onlyoffice_testrail_wrapper/testrail_tools/testrail_tools.rb
Overview
Class for Testrail configuration
Instance Attribute Summary collapse
-
#plan ⇒ Object
Returns the value of attribute plan.
-
#project ⇒ Object
Returns the value of attribute project.
-
#run ⇒ Object
Returns the value of attribute run.
-
#suite ⇒ Object
Returns the value of attribute suite.
Instance Attribute Details
#plan ⇒ Object
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 |
#project ⇒ Object
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 |
#run ⇒ Object
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 |
#suite ⇒ Object
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 |