Class: Clerk::Resources::Allowlist

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/clerk/resources/allowlist.rb

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ Allowlist

Returns a new instance of Allowlist.



9
10
11
# File 'lib/clerk/resources/allowlist.rb', line 9

def initialize(client)
  @resource = SingularResource.new(client, "beta_features/allowlist")
end