MailSlurpAPI.Api.InboxRulesetController.get_inbox_ruleset

You're seeing just the function get_inbox_ruleset, go back to MailSlurpAPI.Api.InboxRulesetController module for more information.
Link to this function

get_inbox_ruleset(connection, id, opts \\ [])

Specs

get_inbox_ruleset(Tesla.Env.client(), String.t(), keyword()) ::
  {:ok, MailSlurpAPI.Model.InboxRulesetDto.t()} | {:error, Tesla.Env.t()}

Get an inbox ruleset Get inbox ruleset

Parameters

  • connection (MailSlurpAPI.Connection): Connection to server
  • id (String.t): ID of inbox ruleset
  • opts (KeywordList): [optional] Optional parameters

    Returns

} on success {:error, info} on failure