class MailchimpAPI::SegmentMember

Public Instance Methods

update() click to toggle source
# 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