class LoyaltyRewards
      attr_reader :client

      def initialize(client)
        @client = client