class Clerk::Resources::Allowlist
Public Class Methods
new(client)
click to toggle source
# File lib/clerk/resources/allowlist.rb, line 9 def initialize(client) @resource = SingularResource.new(client, "beta_features/allowlist") end