class Car include Objection::Compose attr_reader :started compose_with :engine, :brakes, factory: JSObjectFactory end class EagerCar include Objection::Compose singleton class<