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