Class: OnlyofficeTestrailWrapper::TestrailTools::TestrailConfig
- Inherits:
-
Object
- Object
- OnlyofficeTestrailWrapper::TestrailTools::TestrailConfig
- Defined in:
- lib/onlyoffice_testrail_wrapper/testrail_tools/testrail_tools.rb
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.
20 21 22 |
# File 'lib/onlyoffice_testrail_wrapper/testrail_tools/testrail_tools.rb', line 20 def plan @plan end |
#project ⇒ Object
Returns the value of attribute project.
20 21 22 |
# File 'lib/onlyoffice_testrail_wrapper/testrail_tools/testrail_tools.rb', line 20 def project @project end |
#run ⇒ Object
Returns the value of attribute run.
20 21 22 |
# File 'lib/onlyoffice_testrail_wrapper/testrail_tools/testrail_tools.rb', line 20 def run @run end |
#suite ⇒ Object
Returns the value of attribute suite.
20 21 22 |
# File 'lib/onlyoffice_testrail_wrapper/testrail_tools/testrail_tools.rb', line 20 def suite @suite end |