Class: Unitpost::Resources::Base
- Inherits:
-
Object
- Object
- Unitpost::Resources::Base
- Defined in:
- lib/unitpost/resources.rb
Direct Known Subclasses
ApiKeys, BrandKits, Campaigns, ContactFields, Contacts, Domains, Emails, Segments, Suppressions, Templates, Topics, Usage, Webhooks
Instance Method Summary collapse
-
#initialize(http) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(http) ⇒ Base
Returns a new instance of Base.
16 17 18 |
# File 'lib/unitpost/resources.rb', line 16 def initialize(http) @http = http end |