Class: Clerk::Resources::AllowlistIdentifiers
- Inherits:
-
Object
- Object
- Clerk::Resources::AllowlistIdentifiers
- Extended by:
- Forwardable
- Defined in:
- lib/clerk/resources/allowlist_identifiers.rb
Instance Method Summary collapse
-
#initialize(client) ⇒ AllowlistIdentifiers
constructor
A new instance of AllowlistIdentifiers.
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 |