Class: MailchimpAPI::SegmentMember
- Extended by:
- MailchimpAPI::Support::Countable
- Defined in:
- lib/mailchimp_api/resources/segment_member.rb
Instance Method Summary collapse
Methods included from MailchimpAPI::Support::Countable
Methods inherited from Base
activate_session, exists?, headers, reset_session, #to_h
Instance Method Details
#update ⇒ Object
13 14 15 |
# File 'lib/mailchimp_api/resources/segment_member.rb', line 13 def update raise MailchimpAPI::InvalidOperation.new 'Cannot update SegmentMember. Please use POST to add to a Segment, or DELETE to remove from a Segment.' end |