Class: Morpheus::IntegrationTypesInterface
- Inherits:
-
ReadInterface
- Object
- ReadInterface
- Morpheus::IntegrationTypesInterface
- Defined in:
- lib/morpheus/api/integration_types_interface.rb
Instance Method Summary collapse
Instance Method Details
#base_path ⇒ Object
5 6 7 |
# File 'lib/morpheus/api/integration_types_interface.rb', line 5 def base_path "/api/integration-types" end |
#option_types(id, params = {}, headers = {}) ⇒ Object
9 10 11 12 |
# File 'lib/morpheus/api/integration_types_interface.rb', line 9 def option_types(id, params={}, headers={}) validate_id!(id) execute(method: :get, url: "#{base_path}/#{id}/option-types", params: params, headers: headers) end |