# frozen_string_literal: true # # A specific API token to be used as part of a collection of tokens # class ApiToken include StandardModel include ApiTokenable end