class Iprog::Base

def call

def call
  check_errors
  return self if errors?
  process_data
  send_result filtered_response
end