# frozen_string_literal: true require_relative "./representer/api_error" module ONEAccess module Response class APIError attr_accessor :api_status_code attr_accessor :api_status_message end end end