Class: Wire::Resources::Base
- Inherits:
-
Object
- Object
- Wire::Resources::Base
- Defined in:
- lib/wire/resources/base.rb
Overview
Base provides shared helpers for resource classes, notably the cursor auto-pagination enumerator.
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(client) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(client) ⇒ Base
Returns a new instance of Base.
8 9 10 |
# File 'lib/wire/resources/base.rb', line 8 def initialize(client) @client = client end |