# frozen_string_literal: true module Eligible module V1_0 class Action < RestAPIBase ENDPOINT_NAME = 'rules/actions'.freeze end end end