class Workarea::MailChimp::BogusGateway::BogusList

Public Instance Methods

interests() click to toggle source
# File lib/integrations/workarea/mail_chimp/bogus_gateway.rb, line 7
def interests
  [
    Workarea::MailChimp::Group.new(
      _id: 9,
      name: "Email Interests",
      interests: {
        "7ca6cc1d86" => "Specials and Promotions",
        "8911545594" => "Local Events",
        "542a7ec7bb" => "Restaurant News and Events",
        "6908d70674" => "Corporate Gifts and Awards"
      }
    )
  ]
end