I have following api call to a Stripe method, belonging to a class that belongs to a module:
Stripe::Customer.list(email: current_email)
I wa