module Enlight module Responses class CreateClubMembershipPool < Enlight::Responses::Response # TODO need to check if documentation is right about this attribute name attr_accessor :club_membership_id end end end