class Mailchimp::List::InterestCategory

Constants

Interest

Public Instance Methods

interests(options = {}) click to toggle source
  • VALID_TYPES = %w(checkboxes dropdown radio hidden)

# File lib/mailchimp_api_v3/interest_category.rb, line 8
def interests(options = {})
  subclass_from Interests, options
end