Sha256: 241e5a101a7be33bdc1b70d2b90f2e8516eb3f7d3c8c4b925fdc478f10e3bcaf
Contents?: true
Size: 182 Bytes
Versions: 6
Compression:
Stored size: 182 Bytes
Contents
# frozen_string_literal: true module ActionKitRest module Actions class UnsubscribeAction < Action def base_path 'unsubscribeaction' end end end end
Version data entries
6 entries across 6 versions & 1 rubygems