Class: Mailchimp::Lists

Inherits:
Collection show all
Defined in:
lib/mailchimp_api_v3/list.rb

Constant Summary collapse

PATH_KEY =
DATA_KEY = 'lists'
CHILD_CLASS =
List

Constants included from Collection::Paging

Collection::Paging::DEFAULT_PAGE_SIZE

Method Summary

Methods inherited from Collection

#count, #create, #find_by, #first_or_create, #initialize, #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