module OasRails::Extractors::OasRouteExtractor
def extract_operation_id(oas_route:)
def extract_operation_id(oas_route:) "#{oas_route.method}#{oas_route.path.gsub('/', '_').gsub(/[{}]/, '')}" end
def extract_operation_id(oas_route:) "#{oas_route.method}#{oas_route.path.gsub('/', '_').gsub(/[{}]/, '')}" end