class Clerk::Resources::AllowlistIdentifiers

Public Class Methods

new(client) click to toggle source
# File lib/clerk/resources/allowlist_identifiers.rb, line 9
def initialize(client)
  @resource = PluralResource.new(client, "allowlist_identifiers")
end