module Enlight module Responses class CreateClubMembership < Enlight::Responses::Response attr_accessor :club_membership_id end end end