Module: TestRail::Client::CaseTypes

Included in:
API
Defined in:
lib/testrail_api/client/case_types.rb

Overview

Methods for the Case Types API

Use the following API methods to request details about custom types for test cases.

Instance Method Summary collapse

Instance Method Details

#case_typesArray<Hash>

List all available test case custom types

Returns:

  • (Array<Hash>)

    a list of available test case custom types

See Also:



12
13
14
# File 'lib/testrail_api/client/case_types.rb', line 12

def case_types
  get('get_case_types')
end