Module: KlaviyoAPI::Support::Countable
- Included in:
- Profile
- Defined in:
- lib/klaviyo_api/resources/support/countable.rb
Instance Method Summary collapse
Instance Method Details
#count(params = {}) ⇒ Object
5 6 7 |
# File 'lib/klaviyo_api/resources/support/countable.rb', line 5 def count(params = {}) all(params).total end |