Class: Clerk::Resources::AllowlistIdentifiers

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

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ AllowlistIdentifiers

Returns a new instance of AllowlistIdentifiers.



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

def initialize(client)
  @resource = PluralResource.new(client, "allowlist_identifiers")
end