def initialize @query = perform_db_query @api_data = fetch_api_data ... end def call do_something_with_data_from_initialize_method end
vs