Class: Mailchimp::List::InterestCategory::Interests

Inherits:
Collection
  • Object
show all
Defined in:
lib/mailchimp_api_v3/interest.rb

Constant Summary collapse

PATH_KEY =
DATA_KEY = 'interests'.freeze
CHILD_CLASS =
Interest

Constants included from Collection::Paging

Collection::Paging::DEFAULT_PAGE_SIZE

Method Summary

Methods inherited from Collection

#count, #create, #create_or_update, #find_by, #first_or_create, #initialize, #name_field, #path, #where

Methods included from Collection::Paging

#fetch_options, #find_each, #find_in_pages, #invalidate_current_page, #offset, #page, #page_array, #page_children, #page_size, #parse_options

Constructor Details

This class inherits a constructor from Mailchimp::Collection