Class: Kentaa::Api::Requests::NewsletterSubscriptions
- Includes:
- All
- Defined in:
- lib/kentaa/api/requests/newsletter_subscriptions.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods included from All
Methods inherited from Base
Constructor Details
This class inherits a constructor from Kentaa::Api::Requests::Base
Instance Method Details
#list(options = {}) ⇒ Object
7 8 9 10 |
# File 'lib/kentaa/api/requests/newsletter_subscriptions.rb', line 7 def list( = {}) response = http.get("/newsletter-subscriptions", ) Kentaa::Api::Responses::NewsletterSubscriptions.new(response) end |