Class: Mailchimp::List::InterestCategories

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

Constant Summary collapse

NAME_FIELD =
'title'.freeze
PATH_KEY =
'interest-categories'.freeze
DATA_KEY =
'categories'.freeze
CHILD_CLASS =
InterestCategory

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