Class: LetMeSendEmail::Resources::Base
- Inherits:
-
Object
- Object
- LetMeSendEmail::Resources::Base
- Defined in:
- lib/letmesendemail/resources/base.rb
Overview
Shared resource URL and pagination behavior.
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.
10 11 12 |
# File 'lib/letmesendemail/resources/base.rb', line 10 def initialize(client) @client = client end |