Class: Dodopayments::Resources::Blocklist
- Inherits:
-
Object
- Object
- Dodopayments::Resources::Blocklist
- Defined in:
- lib/dodopayments/resources/blocklist.rb,
lib/dodopayments/resources/blocklist/customers.rb,
lib/dodopayments/resources/blocklist/customers/notes.rb,
sig/dodopayments/resources/blocklist.rbs,
sig/dodopayments/resources/blocklist/customers.rbs,
sig/dodopayments/resources/blocklist/customers/notes.rbs
Defined Under Namespace
Classes: Customers
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(client:) ⇒ Blocklist
constructor
private
A new instance of Blocklist.
Constructor Details
#initialize(client:) ⇒ Blocklist
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Blocklist.
12 13 14 15 |
# File 'lib/dodopayments/resources/blocklist.rb', line 12 def initialize(client:) @client = client @customers = Dodopayments::Resources::Blocklist::Customers.new(client: client) end |
Instance Attribute Details
#customers ⇒ Dodopayments::Resources::Blocklist::Customers (readonly)
7 8 9 |
# File 'lib/dodopayments/resources/blocklist.rb', line 7 def customers @customers end |