Class: Mailchimp::List::InterestCategory

Inherits:
Instance
  • Object
show all
Defined in:
lib/mailchimp_api_v3/interest.rb,
lib/mailchimp_api_v3/interest_category.rb

Defined Under Namespace

Classes: Interests

Constant Summary collapse

Interest =
Class.new(Instance)

Instance Method Summary collapse

Methods inherited from Instance

#delete, get, #initialize, #matches?, #path, #same?, #subclass_from, #update

Constructor Details

This class inherits a constructor from Mailchimp::Instance

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Mailchimp::Instance

Instance Method Details

#interests(options = {}) ⇒ Object

  • VALID_TYPES = %w(checkboxes dropdown radio hidden)



8
9
10
# File 'lib/mailchimp_api_v3/interest_category.rb', line 8

def interests(options = {})
  subclass_from Interests, options
end